termux-packages/packages/stow/build.sh
Fredrik Fornwall 51c7760090 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00

9 lines
477 B
Bash

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_SHA256=e2f77649301b215b9adbc2f074523bedebad366812690b9dc94457af5cf273df
TERMUX_PKG_DEPENDS="perl"
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_PLATFORM_INDEPENDENT=yes