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"
2018-02-13 11:36:52 +01:00
TERMUX_PKG_VERSION=1.2
2016-07-07 18:56:22 +02:00
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
termux_step_make_install () {
2018-02-13 11:36:52 +01:00
termux_download https://raw.githubusercontent.com/cswl/tsu/ed8940c02ee789ad93f81a443266c45cf2ce3b74/tsu \
2017-03-04 21:54:30 +01:00
$TERMUX_PREFIX/bin/tsu \
2018-02-13 11:36:52 +01:00
0dd75d7c9a7dc5b7b007a3a8ac08a05040c14199ff336a8b47589345e31e73d1
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
}