mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-13 13:21:03 +00:00
Replace ftp.gnu.org with mirrors.kernel.org since the second has been a lot more stable and performant over time than the first (and ftp.gnu.org is currently experiencing intermittent problems). See e.g. 9937b7487379513651c67649e6adcc36d8262100 %ci:no-build
12 lines
548 B
Bash
12 lines
548 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/stow/
|
|
TERMUX_PKG_DESCRIPTION="Tool for managing the installation of multiple software packages into a single directory"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="2.4.1"
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/stow/stow-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=2a671e75fc207303bfe86a9a7223169c7669df0a8108ebdf1a7fe8cd2b88780b
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="perl"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|