[arch-commits] Commit in perl-extutils-cppguess/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon May 24 10:43:26 UTC 2021
Date: Monday, May 24, 2021 @ 10:43:26
Author: felixonmars
Revision: 944313
archrelease: copy trunk to community-staging-any
Added:
perl-extutils-cppguess/repos/community-staging-any/
perl-extutils-cppguess/repos/community-staging-any/PKGBUILD
(from rev 944311, perl-extutils-cppguess/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-extutils-cppguess/repos/community-staging-any/PKGBUILD (from rev 944311, perl-extutils-cppguess/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2021-05-24 10:43:26 UTC (rev 944313)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-extutils-cppguess
+pkgver=0.21
+pkgrel=3
+pkgdesc="Guess C++ compiler and flags"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/ExtUtils-CppGuess"
+depends=('perl-capture-tiny')
+makedepends=('perl-module-build')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/ET/ETJ/ExtUtils-CppGuess-$pkgver.tar.gz")
+sha512sums=('e48e4815ac9db4e8bb91de101f1d22aed95c770cf6fa2ea5e38094643fe96bc9fe69b0e5a76ba8aa53a653753f93526edab8b1604d864bb2b3a50223617f84d9')
+
+build() {
+ cd ExtUtils-CppGuess-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd ExtUtils-CppGuess-$pkgver
+ make test
+}
+
+package() {
+ cd ExtUtils-CppGuess-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list