chiark / gitweb /
libgpg-error: workaround no stdout atexit with constructor prior to N (#1017)
[termux-packages] / packages / tsu / build.sh
1 TERMUX_PKG_HOMEPAGE=https://github.com/cswl/tsu
2 TERMUX_PKG_DESCRIPTION="A su wrapper for Termux"
3 TERMUX_PKG_VERSION=0.1
4 TERMUX_PKG_PLATFORM_INDEPENDENT=yes
5
6 termux_step_make_install () {
7         termux_download https://raw.githubusercontent.com/cswl/tsu/075ee39565ea4068b9e216d3f0871507a9e691b1/tsu \
8                         $TERMUX_PREFIX/bin/tsu \
9                         98606f0bad8cd1407a75cead71d6648b4f5962fb031d27d2eddf0032172d1d7e
10         touch $TERMUX_PREFIX/bin/tsu
11         chmod +x $TERMUX_PREFIX/bin/tsu
12 }