Add termux-command-list package

Will be used by a command-not-found implementation
This commit is contained in:
Fredrik Fornwall 2015-07-14 00:51:36 +02:00
parent 2aadc8d036
commit 7950c2c701
2 changed files with 1321 additions and 0 deletions

View File

@ -0,0 +1,9 @@
TERMUX_PKG_HOMEPAGE=http://termux.com
TERMUX_PKG_DESCRIPTION="List of commands available for installation"
TERMUX_PKG_VERSION=0.1
termux_step_make_install () {
TERMUX_SHARE_DIR=$TERMUX_PREFIX/share/termux
mkdir -p $TERMUX_SHARE_DIR
cp $TERMUX_PKG_BUILDER_DIR/commands.txt $TERMUX_SHARE_DIR/commands.txt
}

File diff suppressed because it is too large Load Diff