diff options
Diffstat (limited to 'user/perl-games-solitaire-verify')
-rw-r--r-- | user/perl-games-solitaire-verify/APKBUILD | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/user/perl-games-solitaire-verify/APKBUILD b/user/perl-games-solitaire-verify/APKBUILD index 2491b2cc7..c4536a148 100644 --- a/user/perl-games-solitaire-verify/APKBUILD +++ b/user/perl-games-solitaire-verify/APKBUILD @@ -1,8 +1,11 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> -# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> +# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=perl-games-solitaire-verify -_pkgname=Games-Solitaire-Verify -pkgver=0.2202 +_pkgreal=Games-Solitaire-Verify +_author=SHLOMIF +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} +pkgver=0.2500 pkgrel=0 pkgdesc="Verify solutions to solitaire games" url="https://metacpan.org/release/Games-Solitaire-Verify" @@ -10,15 +13,14 @@ arch="noarch" license="MIT" depends="perl-class-xsaccessor perl-dir-manifest perl-exception-class perl-list-moreutils" -makedepends="perl-dev perl-module-build" checkdepends="perl-test-differences perl-path-tiny" +makedepends="perl-dev perl-module-build" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/$_pkgname-$pkgver.tar.gz" -builddir="$srcdir/$_pkgname-$pkgver" +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-$pkgver" build() { perl Build.PL installdirs=vendor - export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` ./Build } @@ -31,4 +33,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="8f4e905bba0082d7e70be590313bf2833a78ab388c1af57b5a4bdc1319e46f6d6ef53ac6312ee11884ca321e2ca2873b128c015e1a4f238ad095d30bb0179b63 Games-Solitaire-Verify-0.2202.tar.gz" +sha512sums="4ba898d4c4e159e887b4d52bedf35bf7e763dd754735eb3e8ecd9b3703f8e1bbf0c0987c75a842323e800b3671116afd6f1916a8fcd0f0cf5ea0bf43664e35d7 Games-Solitaire-Verify-0.2500.tar.gz" |