You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
483 B

9 years ago
TERMUX_PKG_HOMEPAGE=https://github.com/cswl/tsu
TERMUX_PKG_DESCRIPTION="A su wrapper for Termux"
TERMUX_PKG_VERSION=1.1
9 years ago
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
termux_step_make_install () {
termux_download https://raw.githubusercontent.com/cswl/tsu/7d60aa3479cd2f66c97cc441f022a43371b60523/tsu \
$TERMUX_PREFIX/bin/tsu \
7d1d4c00b4bbc0f964e8488e9ae964f049665b108cbb3568212e530dbb659c54
touch $TERMUX_PREFIX/bin/tsu
9 years ago
chmod +x $TERMUX_PREFIX/bin/tsu
}