[arch-commits] Commit in perl-canary-stability/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Aug 1 09:11:49 UTC 2018
Date: Wednesday, August 1, 2018 @ 09:11:49
Author: felixonmars
Revision: 366304
archrelease: copy trunk to community-staging-any
Added:
perl-canary-stability/repos/community-staging-any/
perl-canary-stability/repos/community-staging-any/PKGBUILD
(from rev 366302, perl-canary-stability/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: perl-canary-stability/repos/community-staging-any/PKGBUILD (from rev 366302, perl-canary-stability/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-08-01 09:11:49 UTC (rev 366304)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Brian Bidulock <bidulock at openss7.org>
+
+pkgname=perl-canary-stability
+_realname=Canary-Stability
+pkgver=2012
+pkgrel=4
+pkgdesc="CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url="https://metacpan.org/release/${_realname}"
+source=("http://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/${_realname}-${pkgver}.tar.gz")
+md5sums=('88516c29e3d7807a5943ce3a3bdcdb31')
+
+build() {
+ cd "$srcdir/$_realname-$pkgver"
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd "$srcdir/$_realname-$pkgver"
+ make test
+}
+
+package() {
+ cd "$srcdir/$_realname-$pkgver"
+ make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list