From: jottr Date: Fri, 29 Jul 2016 12:18:21 +0000 (+0200) Subject: This packages adds gnu stow. (#374) X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/3f9d72016a389119b9979f9fdfdc2fb0e2579d00?hp=c871e251467ad11f094d96b3b2a605ea1f32d5dd This packages adds gnu stow. (#374) stow: Add package --- diff --git a/packages/stow/build.sh b/packages/stow/build.sh new file mode 100644 index 00000000..703d4f6e --- /dev/null +++ b/packages/stow/build.sh @@ -0,0 +1,8 @@ +TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/stow/ +TERMUX_PKG_DESCRIPTION="Stow is a tool for managing the installation of multiple software packages in the same run-time directory tree. " +TERMUX_PKG_VERSION=2.2.2 +TERMUX_PKG_SRCURL=http://mirror.reismil.ch/gnu/stow/stow-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_FOLDERNAME=stow-${TERMUX_PKG_VERSION} +TERMUX_PKG_DEPENDS="perl" +TERMUX_PKG_BUILD_IN_SRC=yes +TERMUX_PKG_PLATFORM_INDEPENDENT=yes