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

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


    Date: Sunday, May 29, 2022 @ 11:13:19
  Author: foutrelis
Revision: 1214281

archrelease: copy trunk to community-staging-any

Added:
  perl-ppi/repos/community-staging-any/
  perl-ppi/repos/community-staging-any/PKGBUILD
    (from rev 1214280, perl-ppi/trunk/PKGBUILD)

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

Copied: perl-ppi/repos/community-staging-any/PKGBUILD (from rev 1214280, perl-ppi/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 11:13:19 UTC (rev 1214281)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ppi
+pkgver=1.274
+pkgrel=2
+pkgdesc="Parse, Analyze and Manipulate Perl (without perl)"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PPI"
+depends=('perl-clone' 'perl-io-string' 'perl-list-moreutils' 'perl-params-util' 'perl-task-weaken')
+makedepends=('perl-class-inspector' 'perl-file-remove' 'perl-test-deep' 'perl-test-object'
+             'perl-test-subcalls')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/O/OA/OALDERS/PPI-$pkgver.tar.gz")
+sha512sums=('415a6bb64b79182134d543cb03f704166a06e7c4fab7ef7e5eacbf11afeb196ed1551de4c8dfbb7bf06ba699cdff6f7984ba362a3526158821884694d8271ea5')
+
+build() {
+  cd PPI-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd PPI-$pkgver
+  make test
+}
+
+package() {
+  cd PPI-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list