[arch-commits] Commit in perl-common-sense/repos (staging-any staging-any/PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Wed Aug 1 09:09:40 UTC 2018
Date: Wednesday, August 1, 2018 @ 09:09:39
Author: bluewind
Revision: 329983
archrelease: copy trunk to staging-any
Added:
perl-common-sense/repos/staging-any/
perl-common-sense/repos/staging-any/PKGBUILD
(from rev 329982, perl-common-sense/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-common-sense/repos/staging-any/PKGBUILD (from rev 329982, perl-common-sense/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2018-08-01 09:09:39 UTC (rev 329983)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-common-sense
+pkgver=3.74
+pkgrel=4
+pkgdesc="Implements some sane defaults for Perl programs"
+arch=('any')
+url="http://search.cpan.org/dist/common-sense"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-$pkgver.tar.gz")
+md5sums=('35b273147200c4c95eef7816f83e572d')
+
+build() {
+ cd common-sense-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd common-sense-$pkgver
+ make test
+}
+
+package() {
+ cd common-sense-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list