[arch-commits] Commit in perl-acme-alien-dontpanic/repos/community-any (2 files)

Felix Yan felixonmars at archlinux.org
Tue Nov 3 04:44:18 UTC 2020


    Date: Tuesday, November 3, 2020 @ 04:44:18
  Author: felixonmars
Revision: 740205

archrelease: copy trunk to community-any

Added:
  perl-acme-alien-dontpanic/repos/community-any/PKGBUILD
    (from rev 740203, perl-acme-alien-dontpanic/trunk/PKGBUILD)
Deleted:
  perl-acme-alien-dontpanic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-03 04:44:17 UTC (rev 740204)
+++ PKGBUILD	2020-11-03 04:44:18 UTC (rev 740205)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-acme-alien-dontpanic
-pkgver=2.1100
-pkgrel=3
-pkgdesc="Test Module for Alien::Base"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Acme-Alien-DontPanic"
-depends=('dontpanic' 'perl-alien-build' 'perl-file-sharedir')
-makedepends=('perl-alien-base-modulebuild')
-checkdepends=('perl-test2-suite')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Acme-Alien-DontPanic-$pkgver.tar.gz")
-sha512sums=('3c9168b3ec67a6f499928b964834bccc3e027974025bc3f077e2769548b0184a8e96714d0ef99e62dc60e82b9d481e9123c59654ee2c7058cbbb74a1cd92bd16')
-
-build() {
-  cd Acme-Alien-DontPanic-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Acme-Alien-DontPanic-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Acme-Alien-DontPanic-$pkgver
-  perl Build install destdir="$pkgdir"
-}

Copied: perl-acme-alien-dontpanic/repos/community-any/PKGBUILD (from rev 740203, perl-acme-alien-dontpanic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-03 04:44:18 UTC (rev 740205)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-acme-alien-dontpanic
+pkgver=2.2900
+pkgrel=1
+pkgdesc="Test Module for Alien::Base"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Acme-Alien-DontPanic"
+depends=('dontpanic' 'perl-alien-build')
+checkdepends=('perl-test2-suite' 'perl-inline' 'perl-inline-c' 'perl-inline-cpp')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Acme-Alien-DontPanic-$pkgver.tar.gz")
+sha512sums=('b3017f69b81d37c072db0945ce278868540b9567bc6b3bd8e1b69dacce6ea07ac9984977e0dddbf4e62e74aaa1f83715f62a3e28c32c840a1a1db6974543bec4')
+
+build() {
+  cd Acme-Alien-DontPanic-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Acme-Alien-DontPanic-$pkgver
+  make test
+}
+
+package() {
+  cd Acme-Alien-DontPanic-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list