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

Felix Yan felixonmars at archlinux.org
Sun Mar 1 14:30:41 UTC 2020


    Date: Sunday, March 1, 2020 @ 14:30:41
  Author: felixonmars
Revision: 587567

archrelease: copy trunk to community-testing-any

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

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

Copied: perl-acme-alien-dontpanic/repos/community-testing-any/PKGBUILD (from rev 587566, perl-acme-alien-dontpanic/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2020-03-01 14:30:41 UTC (rev 587567)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-acme-alien-dontpanic
+pkgver=1.9800
+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' '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=('a293061ac6364cdf9d42394bd1345a75a93178f30045cf6228015c7e732830acb6666a0e026dde80a7748a457e616d9fe7fe90e5c4afe669ef8b4a556de64976')
+
+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"
+}



More information about the arch-commits mailing list