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"
TERMUX_PKG_VERSION=0.2
2016-07-07 18:56:22 +02:00
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
termux_step_make_install () {
2017-11-14 17:48:15 +01:00
termux_download https://raw.githubusercontent.com/cswl/tsu/717b902303a9afd546e46722f36feca549376471/tsu \
2017-03-04 21:54:30 +01:00
$TERMUX_PREFIX/bin/tsu \
2017-11-14 17:48:15 +01:00
519fe419b009b3d9772602255a626c4077cb7b0a5a109b07844fb44d6ec11e9a
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
}