termux-packages/packages/tsu/build.sh

13 lines
483 B
Bash
Raw Normal View History

2016-07-07 18:56:22 +02:00
TERMUX_PKG_HOMEPAGE=https://github.com/cswl/tsu
TERMUX_PKG_DESCRIPTION="A su wrapper for Termux"
2017-11-21 07:39:37 +01:00
TERMUX_PKG_VERSION=1.1
2016-07-07 18:56:22 +02:00
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
termux_step_make_install () {
2017-11-21 07:39:37 +01:00
termux_download https://raw.githubusercontent.com/cswl/tsu/7d60aa3479cd2f66c97cc441f022a43371b60523/tsu \
2017-03-04 21:54:30 +01:00
$TERMUX_PREFIX/bin/tsu \
2017-11-21 07:39:37 +01:00
7d1d4c00b4bbc0f964e8488e9ae964f049665b108cbb3568212e530dbb659c54
2017-03-04 21:54:30 +01:00
touch $TERMUX_PREFIX/bin/tsu
2016-07-07 18:56:22 +02:00
chmod +x $TERMUX_PREFIX/bin/tsu
}