[arch-commits] Commit in perl-ppix-utils/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon May 24 10:32:32 UTC 2021
Date: Monday, May 24, 2021 @ 10:32:32
Author: foutrelis
Revision: 944243
archrelease: copy trunk to community-staging-any
Added:
perl-ppix-utils/repos/community-staging-any/
perl-ppix-utils/repos/community-staging-any/PKGBUILD
(from rev 944241, perl-ppix-utils/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: perl-ppix-utils/repos/community-staging-any/PKGBUILD (from rev 944241, perl-ppix-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2021-05-24 10:32:32 UTC (rev 944243)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ppix-utils
+pkgver=0.003
+pkgrel=2
+pkgdesc="Utility functions for PPI"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PPIx-Utils"
+depends=('perl-b-keywords' 'perl-ppi')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/D/DB/DBOOK/PPIx-Utils-$pkgver.tar.gz")
+sha512sums=('7f56bc2bf2afbf1f6d3c0e5bc0ed21752be809714e32b256feb1ea39125c7671c6ef949e2c122a95a41d3a603f5d5253133886f3700890387ad6cf0732ab87c6')
+
+build() {
+ cd PPIx-Utils-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd PPIx-Utils-$pkgver
+ make test
+}
+
+package() {
+ cd PPIx-Utils-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list