[arch-commits] Commit in perl-appconfig/repos (staging-any staging-any/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Mon May 24 08:29:53 UTC 2021
Date: Monday, May 24, 2021 @ 08:29:52
Author: foutrelis
Revision: 415928
archrelease: copy trunk to staging-any
Added:
perl-appconfig/repos/staging-any/
perl-appconfig/repos/staging-any/PKGBUILD
(from rev 415927, perl-appconfig/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: perl-appconfig/repos/staging-any/PKGBUILD (from rev 415927, perl-appconfig/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2021-05-24 08:29:52 UTC (rev 415928)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Eric Johnson <eric at coding-zone.com>
+
+pkgname=perl-appconfig
+pkgver=1.71
+pkgrel=8
+pkgdesc="Perl/CPAN AppConfig module - Read configuration files and parse command line arguments"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url="https://search.cpan.org/dist/AppConfig/"
+depends=('perl')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/N/NE/NEILB/AppConfig-$pkgver.tar.gz")
+md5sums=('7747d9241561ed5567d5e134b8648707')
+
+build() {
+ cd AppConfig-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd AppConfig-$pkgver
+ make test
+}
+
+package() {
+ cd AppConfig-$pkgver
+ make install DESTDIR="$pkgdir"
+}
More information about the arch-commits
mailing list