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

Felix Yan felixonmars at archlinux.org
Sun Jun 21 15:27:11 UTC 2020


    Date: Sunday, June 21, 2020 @ 15:27:10
  Author: felixonmars
Revision: 649461

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 649460, perl-extutils-cppguess/trunk/PKGBUILD)

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

Copied: perl-extutils-cppguess/repos/community-staging-any/PKGBUILD (from rev 649460, perl-extutils-cppguess/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 15:27:10 UTC (rev 649461)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-extutils-cppguess
+pkgver=0.21
+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=('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