[arch-commits] Commit in perl-extutils-cppguess/repos (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Sun May 29 11:30:02 UTC 2022
Date: Sunday, May 29, 2022 @ 11:30:02
Author: felixonmars
Revision: 1214353
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 1214352, perl-extutils-cppguess/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-extutils-cppguess/repos/community-staging-any/PKGBUILD (from rev 1214352, perl-extutils-cppguess/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2022-05-29 11:30:02 UTC (rev 1214353)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-extutils-cppguess
+pkgver=0.25
+pkgrel=2
+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=('3fe85f9948ec2b8cce5d79b69ea00a388cecf76021e73abb0010fd00a0cb6d7f5145c8bb80fb41b9ce8ee9e0fb6262a75288c4266b900295d50997ca34e8d849')
+
+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