[arch-commits] Commit in perl-ppix-utils/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 11:21:21 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:21:20
  Author: foutrelis
Revision: 1214297

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 1214295, perl-ppix-utils/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: perl-ppix-utils/repos/community-staging-any/PKGBUILD (from rev 1214295, perl-ppix-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 11:21:20 UTC (rev 1214297)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ppix-utils
+pkgver=0.003
+pkgrel=3
+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