[arch-commits] Commit in perl-strictures/repos/community-any (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Thu Mar 15 22:48:32 UTC 2018


    Date: Thursday, March 15, 2018 @ 22:48:32
  Author: archange
Revision: 308734

archrelease: copy trunk to community-any

Added:
  perl-strictures/repos/community-any/PKGBUILD
    (from rev 308733, perl-strictures/trunk/PKGBUILD)
Deleted:
  perl-strictures/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-15 22:48:00 UTC (rev 308733)
+++ PKGBUILD	2018-03-15 22:48:32 UTC (rev 308734)
@@ -1,31 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=strictures
-pkgname=perl-${_pkg}
-pkgver=2.000003
-pkgrel=1
-pkgdesc="Object-oriented methods for interacting with GnuPG"
-arch=('any')
-url="https://metacpan.org/release/${_pkg}"
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/${_pkg}-${pkgver}.tar.gz")
-sha512sums=('c187a32f70c2be97cbe783e700d54d1e7b7ce7a8ea0b5ce72851b1efbe9b64121fb4b626463c4c62fb384893e4e3102afeaa21cd3e500fefc61c5b4b3924d21b')
-
-build() {
-    cd ${_pkg}-${pkgver}
-    export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-    perl Makefile.PL
-    make
-}
-
-check() {
-    cd ${_pkg}-${pkgver}
-    make test
-}
-
-package() {
-    cd ${_pkg}-${pkgver}
-    make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
-}

Copied: perl-strictures/repos/community-any/PKGBUILD (from rev 308733, perl-strictures/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-15 22:48:32 UTC (rev 308734)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=strictures
+pkgname=perl-${_pkg}
+pkgver=2.000003
+pkgrel=2
+pkgdesc="Turn on strict and make most warnings fatal"
+arch=('any')
+url="https://metacpan.org/release/${_pkg}"
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+checkdepends=('perl-test-simple')
+source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/${_pkg}-${pkgver}.tar.gz")
+sha512sums=('c187a32f70c2be97cbe783e700d54d1e7b7ce7a8ea0b5ce72851b1efbe9b64121fb4b626463c4c62fb384893e4e3102afeaa21cd3e500fefc61c5b4b3924d21b')
+
+build() {
+    cd ${_pkg}-${pkgver}
+    export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+    perl Makefile.PL
+    make
+}
+
+check() {
+    cd ${_pkg}-${pkgver}
+    make test
+}
+
+package() {
+    cd ${_pkg}-${pkgver}
+    make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list