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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 13:57:14 UTC 2020


    Date: Tuesday, July 7, 2020 @ 13:57:13
  Author: felixonmars
Revision: 658654

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-class-data-inheritable/repos/community-staging-x86_64/
  perl-class-data-inheritable/repos/community-staging-x86_64/PKGBUILD
    (from rev 658653, perl-class-data-inheritable/trunk/PKGBUILD)

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

Copied: perl-class-data-inheritable/repos/community-staging-x86_64/PKGBUILD (from rev 658653, perl-class-data-inheritable/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 13:57:13 UTC (rev 658654)
@@ -0,0 +1,27 @@
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-class-data-inheritable
+pkgver=0.08
+pkgrel=9
+pkgdesc="Inheritable, overridable class data "
+arch=('x86_64')
+url="https://search.cpan.org/dist/Class-Data-Inheritable"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/T/TM/TMTM/Class-Data-Inheritable-$pkgver.tar.gz) 
+sha256sums=('9967feceea15227e442ec818723163eb6d73b8947e31f16ab806f6e2391af14a')
+
+build() {
+  cd  Class-Data-Inheritable-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  Class-Data-Inheritable-${pkgver}
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list