[arch-commits] Commit in perl-specio/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 15:18:08 UTC 2020
Date: Tuesday, July 7, 2020 @ 15:18:07
Author: felixonmars
Revision: 658887
archrelease: copy trunk to community-staging-any
Added:
perl-specio/repos/community-staging-any/
perl-specio/repos/community-staging-any/PKGBUILD
(from rev 658885, perl-specio/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: perl-specio/repos/community-staging-any/PKGBUILD (from rev 658885, perl-specio/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 15:18:07 UTC (rev 658887)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-specio
+pkgver=0.43
+pkgrel=2
+pkgdesc="Type constraints and coercions for Perl"
+arch=('any')
+url="https://search.cpan.org/dist/Specio"
+license=('GPL' 'PerlArtistic')
+depends=('perl-role-tiny' 'perl-test-fatal' 'perl-mro-compat' 'perl-devel-stacktrace')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Specio-$pkgver.tar.gz)
+sha256sums=('3cd0debf7b6404127d5e0bb7fb78cfef9df5e2519d3d6ad7113b59ad1da9fa1d')
+
+build() {
+ cd "$srcdir"/Specio-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+package() {
+ cd "$srcdir"/Specio-$pkgver
+ make install DESTDIR="$pkgdir"
+ find "$pkgdir" -name '.packlist' -delete
+ find "$pkgdir" -name '*.pod' -delete
+}
More information about the arch-commits
mailing list