[arch-commits] Commit in perl-pkgconfig/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sat May 25 11:48:17 UTC 2019
Date: Saturday, May 25, 2019 @ 11:48:17
Author: foutrelis
Revision: 470493
archrelease: copy trunk to community-staging-any
Added:
perl-pkgconfig/repos/community-staging-any/
perl-pkgconfig/repos/community-staging-any/PKGBUILD
(from rev 470492, perl-pkgconfig/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-pkgconfig/repos/community-staging-any/PKGBUILD (from rev 470492, perl-pkgconfig/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-05-25 11:48:17 UTC (rev 470493)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-pkgconfig
+pkgver=0.23026
+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=('d72eb3c88d0c62b3863b1bdca9344b97051e58248ac0d9334ae02ba64cb3f5773228e88d34017e20681f641043a561eb90da1d34c7eb0b20519eecb5a0d87fa9')
+
+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