[arch-commits] Commit in perl-carp-clan/repos (staging-any staging-any/PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun May 29 09:28:33 UTC 2022
Date: Sunday, May 29, 2022 @ 09:28:14
Author: felixonmars
Revision: 446667
archrelease: copy trunk to staging-any
Added:
perl-carp-clan/repos/staging-any/
perl-carp-clan/repos/staging-any/PKGBUILD
(from rev 446665, perl-carp-clan/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: perl-carp-clan/repos/staging-any/PKGBUILD (from rev 446665, perl-carp-clan/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2022-05-29 09:28:14 UTC (rev 446667)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: K. Piche <kpiche at rogers.com>
+
+pkgname=perl-carp-clan
+_realname=Carp-Clan
+pkgver=6.08
+pkgrel=5
+pkgdesc='Report errors from perspective of caller of a "clan" of modules'
+arch=('any')
+license=('PerlArtistic')
+url="https://search.cpan.org/dist/$_realname/"
+depends=('perl')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_realname-$pkgver.tar.gz")
+md5sums=('34fe04102374516ef7a105375b95ffde')
+
+build() {
+ cd $_realname-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd $_realname-$pkgver
+ make install DESTDIR="$pkgdir"
+}
More information about the arch-commits
mailing list