[arch-commits] Commit in perl-pkgconfig/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon May 24 10:37:02 UTC 2021
Date: Monday, May 24, 2021 @ 10:37:02
Author: felixonmars
Revision: 944262
archrelease: copy trunk to community-staging-any
Added:
perl-pkgconfig/repos/community-staging-any/
perl-pkgconfig/repos/community-staging-any/PKGBUILD
(from rev 944261, perl-pkgconfig/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-pkgconfig/repos/community-staging-any/PKGBUILD (from rev 944261, perl-pkgconfig/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2021-05-24 10:37:02 UTC (rev 944262)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-pkgconfig
+pkgver=0.25026
+pkgrel=2
+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