[arch-commits] Commit in perl-inc-latest/repos (staging-any staging-any/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 08:42:36 UTC 2021


    Date: Monday, May 24, 2021 @ 08:42:36
  Author: foutrelis
Revision: 416047

archrelease: copy trunk to staging-any

Added:
  perl-inc-latest/repos/staging-any/
  perl-inc-latest/repos/staging-any/PKGBUILD
    (from rev 416045, perl-inc-latest/trunk/PKGBUILD)

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

Copied: perl-inc-latest/repos/staging-any/PKGBUILD (from rev 416045, perl-inc-latest/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2021-05-24 08:42:36 UTC (rev 416047)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-inc-latest
+pkgver=0.500
+pkgrel=8
+pkgdesc="Build, test, and install Perl modules"
+arch=('any')
+url="https://github.com/dagolden/inc-latest"
+license=('Apache')
+depends=('perl')
+checkdepends=('perl-cpan-meta')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/inc-latest-$pkgver.tar.gz")
+sha512sums=('b312d1dfce963322796bc0127f0ecd82c12baacf9e5df40d9acc093221edd80f3696ce6d9f185ed24b21983147363d1d0ff3e273b8b5ce7559a6f16983a1385c')
+
+build() {
+  cd inc-latest-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd inc-latest-$pkgver
+  make test
+}
+
+package() {
+  cd inc-latest-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list