[arch-commits] Commit in perl-devel-patchperl/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon May 24 08:43:14 UTC 2021


    Date: Monday, May 24, 2021 @ 08:43:13
  Author: felixonmars
Revision: 944095

archrelease: copy trunk to community-staging-any

Added:
  perl-devel-patchperl/repos/community-staging-any/
  perl-devel-patchperl/repos/community-staging-any/PKGBUILD
    (from rev 944090, perl-devel-patchperl/trunk/PKGBUILD)

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

Copied: perl-devel-patchperl/repos/community-staging-any/PKGBUILD (from rev 944090, perl-devel-patchperl/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 08:43:13 UTC (rev 944095)
@@ -0,0 +1,29 @@
+# Maintainer:
+
+pkgname=perl-devel-patchperl
+pkgver=1.64
+pkgrel=3
+pkgdesc="Patch perl source a la Devel::PPPort's buildperl.pl"
+arch=('any')
+url="https://search.cpan.org/dist/Devel-PatchPerl/"
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-file-pushd' 'perl-module-pluggable')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz")
+sha256sums=('9b2c5d26e0068306309d058f384adf916c0d8d54be1e0806664ca6052a01d499')
+
+build() {
+  cd Devel-PatchPerl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Devel-PatchPerl-$pkgver
+  make test
+}
+
+package() {
+  cd Devel-PatchPerl-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list