termux-packages/packages/dart/dart-pub-bin.sh
Leonid Pliushch 7717f3e576 dart: update to 2.3.1 + some fixes (#3858)
* dart: update to 2.3.1

* dart: attempt to fix path to /bin/sh

* dart: add '~/.pub-cache/bin' to PATH (sh/bash only)
2019-05-23 00:22:43 +03:00

4 lines
135 B
Bash

# Executables installed with 'pub global activate' are available
# in directory $HOME/.pub-cache.
export PATH="$HOME/.pub-cache:$PATH"