This packages adds gnu stow. (#374)
[termux-packages] / packages / stow / build.sh
1 TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/stow/
2 TERMUX_PKG_DESCRIPTION="Stow is a tool for managing the installation of multiple software packages in the same run-time directory tree. "
3 TERMUX_PKG_VERSION=2.2.2
4 TERMUX_PKG_SRCURL=http://mirror.reismil.ch/gnu/stow/stow-${TERMUX_PKG_VERSION}.tar.gz
5 TERMUX_PKG_FOLDERNAME=stow-${TERMUX_PKG_VERSION}
6 TERMUX_PKG_DEPENDS="perl"
7 TERMUX_PKG_BUILD_IN_SRC=yes
8 TERMUX_PKG_PLATFORM_INDEPENDENT=yes