move from unstable: shtool

This commit is contained in:
Leonid Pliushch 2021-10-08 18:56:15 +03:00
parent db7521b773
commit a2fd5963d6
No known key found for this signature in database
GPG Key ID: 45F2964132545795

10
packages/shtool/build.sh Normal file
View File

@ -0,0 +1,10 @@
TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/shtool/
TERMUX_PKG_DESCRIPTION="compilation of small but very stable and portable shell scripts into a single shell tool"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
TERMUX_PKG_VERSION=2.0.8
TERMUX_PKG_REVISION=8
TERMUX_PKG_SRCURL=http://mirrors.kernel.org/gnu/shtool/shtool-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=1298a549416d12af239e9f4e787e6e6509210afb49d5cf28eb6ec4015046ae19
TERMUX_PKG_DEPENDS="perl"
TERMUX_PKG_BUILD_IN_SRC=true