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

Felix Yan felixonmars at archlinux.org
Sat Aug 26 13:47:23 UTC 2017


    Date: Saturday, August 26, 2017 @ 13:47:22
  Author: felixonmars
Revision: 254049

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 254048, perl-devel-patchperl/trunk/PKGBUILD)

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

Copied: perl-devel-patchperl/repos/community-staging-any/PKGBUILD (from rev 254048, perl-devel-patchperl/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-08-26 13:47:22 UTC (rev 254049)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-devel-patchperl
+pkgver=1.48
+pkgrel=3
+pkgdesc="Patch perl source a la Devel::PPPort's buildperl.pl"
+arch=('any')
+url="http://search.cpan.org/dist/Devel-PatchPerl/"
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-file-pushd' 'perl-module-pluggable')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz")
+sha256sums=('26a9bc8e52af739384cece2773921dd44d2371b6cdf92fe452ecc348eb0d90fe')
+
+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