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

Felix Yan felixonmars at archlinux.org
Sun Jun 21 10:30:11 UTC 2020


    Date: Sunday, June 21, 2020 @ 10:30:11
  Author: felixonmars
Revision: 648975

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-probe-perl/repos/community-staging-any/PKGBUILD (from rev 648974, perl-probe-perl/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 10:30:11 UTC (rev 648975)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-probe-perl
+pkgver=0.03
+pkgrel=3
+pkgdesc="Information about the currently running perl"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Probe-Perl"
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/K/KW/KWILLIAMS/Probe-Perl-$pkgver.tar.gz")
+sha512sums=('739bdb9d1a74eb77ab885a5aca861a1915cadbb1002bb4cb0d21fc6940ae6b3aa64ee52951ac8b2dca41c9e8fe188e17ae5f3c848c4a1caaf66fec5d25bef49c')
+
+build() {
+  cd Probe-Perl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Probe-Perl-$pkgver
+  make test
+}
+
+package() {
+  cd Probe-Perl-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list