perl-Stow: replace with stow

This commit is contained in:
Piotr Wójcik 2022-05-11 21:35:45 +02:00 committed by Piotr
parent 0092427835
commit 001f80859e
3 changed files with 8 additions and 16 deletions

1
srcpkgs/perl-Stow Symbolic link
View file

@ -0,0 +1 @@
stow

View file

@ -1,15 +0,0 @@
# Template file for 'perl-Stow'
pkgname=perl-Stow
version=2.3.1
revision=2
wrksrc="Stow-v${version}"
build_style=perl-ModuleBuild
hostmakedepends="perl perl-Module-Build perl-Test-Output perl-IO-stringy"
makedepends="${hostmakedepends}"
depends="${makedepends}"
short_desc="Perl module for managing symlinks"
maintainer="Martin Harrigan <martinharrigan@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://metacpan.org/release/Stow"
distfiles="${CPAN_SITE}/Finance/ASPIERS/Stow-v${version}.tar.gz"
checksum=5062a1f8d0c03e38aca5cf46b72de0cba03f901279729338b7b2f93e518182d8

View file

@ -1,7 +1,7 @@
# Template file for 'stow'
pkgname=stow
version=2.3.1
revision=3
revision=4
build_style=gnu-configure
make_check_target="test"
hostmakedepends="perl"
@ -14,3 +14,9 @@ license="GPL-3.0-or-later"
homepage="https://www.gnu.org/software/stow/"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=09d5d99671b78537fd9b2c0b39a5e9761a7a0e979f6fdb7eabfa58ee45f03d4b
perl-Stow_package() {
build_style=meta
depends="stow>=${version}_${revision}"
short_desc+=" (transitional dummy package)"
}