Fredrik Fornwall
10 years ago
2 changed files with 1321 additions and 0 deletions
@ -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
Loading…
Reference in new issue