[arch-commits] Commit in perl-data-section/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Jun 21 12:33:06 UTC 2020


    Date: Sunday, June 21, 2020 @ 12:33:06
  Author: foutrelis
Revision: 649272

archrelease: copy trunk to community-staging-any

Added:
  perl-data-section/repos/community-staging-any/
  perl-data-section/repos/community-staging-any/PKGBUILD
    (from rev 649271, perl-data-section/trunk/PKGBUILD)

----------+
 PKGBUILD |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

Copied: perl-data-section/repos/community-staging-any/PKGBUILD (from rev 649271, perl-data-section/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 12:33:06 UTC (rev 649272)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-data-section
+pkgver=0.200007
+pkgrel=4
+pkgdesc='read multiple hunks of data out of your DATA section'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl-mro-compat>=0.09' 'perl-sub-exporter>=0.979')
+checkdepends=(perl-test-failwarnings)
+url=https://metacpan.org/release/Data-Section
+source=("https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-Section-$pkgver.tar.gz")
+md5sums=(1d36b49d809a2b7939c7817ba4bc38cb)
+sha512sums=(0c23141ccc2041e8c1c222c95d6eab4b56e2d77a94c68507f67acbb62fa5132e9229e9680c9fff6ebbc6a47a42cf1943d6e5b50a5f0168c66193fb52aaa241f0)
+_ddir="Data-Section-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list