Add termux-command-list package
Will be used by a command-not-found implementation
This commit is contained in:
parent
2aadc8d036
commit
7950c2c701
9
packages/termux-command-list/build.sh
Normal file
9
packages/termux-command-list/build.sh
Normal 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
|
||||||
|
}
|
1312
packages/termux-command-list/commands.txt
Normal file
1312
packages/termux-command-list/commands.txt
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user