[arch-commits] Commit in perl-carp-clan/repos (staging-any staging-any/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon May 24 08:36:01 UTC 2021
Date: Monday, May 24, 2021 @ 08:36:00
Author: felixonmars
Revision: 416011
archrelease: copy trunk to staging-any
Added:
perl-carp-clan/repos/staging-any/
perl-carp-clan/repos/staging-any/PKGBUILD
(from rev 416010, perl-carp-clan/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: perl-carp-clan/repos/staging-any/PKGBUILD (from rev 416010, perl-carp-clan/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2021-05-24 08:36:00 UTC (rev 416011)
@@ -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=4
+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