[arch-commits] Commit in perl-class-inspector/repos (staging-any staging-any/PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Wed Aug 1 09:08:36 UTC 2018
Date: Wednesday, August 1, 2018 @ 09:08:36
Author: bluewind
Revision: 329980
archrelease: copy trunk to staging-any
Added:
perl-class-inspector/repos/staging-any/
perl-class-inspector/repos/staging-any/PKGBUILD
(from rev 329979, perl-class-inspector/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-class-inspector/repos/staging-any/PKGBUILD (from rev 329979, perl-class-inspector/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2018-08-01 09:08:36 UTC (rev 329980)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-class-inspector
+pkgver=1.32
+pkgrel=3
+pkgdesc="Get information about a class and its structure"
+arch=('any')
+url="http://search.cpan.org/dist/Class-Inspector"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Class-Inspector-${pkgver}.tar.gz")
+sha512sums=('980654614d968e2fb61df864322f5c5248e352f0697a425539600c3549505f47b857d7856bc9d406ebc8757f8fc379a669f1f5085412f6fa48672c9db8a82df4')
+
+build() {
+ cd Class-Inspector-${pkgver}
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Class-Inspector-${pkgver}
+ make test
+}
+
+package() {
+ cd Class-Inspector-${pkgver}
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list