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

Felix Yan felixonmars at archlinux.org
Sun Jun 21 16:12:13 UTC 2020


    Date: Sunday, June 21, 2020 @ 16:12:13
  Author: felixonmars
Revision: 649675

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-data-structure-util/repos/community-staging-x86_64/
  perl-data-structure-util/repos/community-staging-x86_64/PKGBUILD
    (from rev 649673, perl-data-structure-util/trunk/PKGBUILD)

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

Copied: perl-data-structure-util/repos/community-staging-x86_64/PKGBUILD (from rev 649673, perl-data-structure-util/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-06-21 16:12:13 UTC (rev 649675)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-data-structure-util
+pkgver=0.16
+pkgrel=10
+pkgdesc="Perl/CPAN Module Data::Structure::Util"
+arch=("x86_64")
+url="https://search.cpan.org/dist/Data-Structure-Util"
+license=("GPL" "PerlArtistic")
+source=("https://search.cpan.org/CPAN/authors/id/A/AN/ANDYA/Data-Structure-Util-$pkgver.tar.gz")
+md5sums=('ada3241ff14e895e26e9a112bd5c3431')
+
+build() {
+  cd "$srcdir"/Data-Structure-Util-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Data-Structure-Util-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list