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

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 11:24:10 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:24:10
  Author: felixonmars
Revision: 1214315

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-pkgconfig/repos/community-staging-any/PKGBUILD (from rev 1214314, perl-pkgconfig/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 11:24:10 UTC (rev 1214315)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-pkgconfig
+pkgver=0.25026
+pkgrel=3
+pkgdesc="Pure-Perl Core-Only replacement for pkg-config"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PkgConfig"
+depends=('perl')
+checkdepends=('perl-capture-tiny' 'perl-test-minimumversion')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/PkgConfig-$pkgver.tar.gz")
+sha512sums=('63992267a8dfbac69a36fbc64b40558d0b63cd93f08d46a067812ffb49f2c7faef67d03fc2fe32e0fba22877bf41663ff2debe38d9eacdf87bd187f227698ab7')
+
+build() {
+  cd PkgConfig-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd PkgConfig-$pkgver
+  make test
+}
+
+package() {
+  cd PkgConfig-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list