23 lines
673 B
Bash
23 lines
673 B
Bash
# Template file for 'stow'
|
|
pkgname=stow
|
|
version=2.4.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
make_check_target="test"
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
checkdepends="perl-Test-Output perl-IO-stringy"
|
|
short_desc="GNU symlink manager"
|
|
maintainer="Martin Harrigan <martinharrigan@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://www.gnu.org/software/stow/"
|
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=6fed67cf64deab6d3d9151a43e2c06c95cdfca6a88fab7d416f46a648b1d761d
|
|
|
|
perl-Stow_package() {
|
|
build_style=meta
|
|
depends="stow>=${version}_${revision}"
|
|
short_desc+=" (transitional dummy package)"
|
|
}
|