termux-packages/packages/shtool/build.sh

11 lines
505 B
Bash

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="@termux"
TERMUX_PKG_VERSION=2.0.8
TERMUX_PKG_REVISION=9
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