[arch-commits] Commit in perl-acme-alien-dontpanic/repos/community-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Sep 3 14:32:00 UTC 2022
Date: Saturday, September 3, 2022 @ 14:31:57
Author: felixonmars
Revision: 1292531
archrelease: copy trunk to community-any
Added:
perl-acme-alien-dontpanic/repos/community-any/PKGBUILD
(from rev 1292530, perl-acme-alien-dontpanic/trunk/PKGBUILD)
Deleted:
perl-acme-alien-dontpanic/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-03 14:31:49 UTC (rev 1292530)
+++ PKGBUILD 2022-09-03 14:31:57 UTC (rev 1292531)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-acme-alien-dontpanic
-pkgver=2.5100
-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=('3e84e45bb738fab0ec10f812b2c851563bccf4ad94dd90b648da08bff401af4a7e028e3ef13d1d3e213b7a7c283383816e398fd48797e1b14cf6089f12b29214')
-
-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
-}
Copied: perl-acme-alien-dontpanic/repos/community-any/PKGBUILD (from rev 1292530, perl-acme-alien-dontpanic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-03 14:31:57 UTC (rev 1292531)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-acme-alien-dontpanic
+pkgver=2.5300
+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=('405fb6748ed56c35b0bb972b446a25f1f6e9f4380a75470cf1b74316546fd59a72f671afbaba0d35b49b2919998a6c0313f432cfadbdb4c8d000ad6b86175788')
+
+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