[arch-commits] Commit in perl-extutils-cppguess/repos/community-any (2 files)
Felix Yan
felixonmars at archlinux.org
Sat May 29 14:00:24 UTC 2021
Date: Saturday, May 29, 2021 @ 14:00:24
Author: felixonmars
Revision: 950117
archrelease: copy trunk to community-any
Added:
perl-extutils-cppguess/repos/community-any/PKGBUILD
(from rev 950116, perl-extutils-cppguess/trunk/PKGBUILD)
Deleted:
perl-extutils-cppguess/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-29 14:00:15 UTC (rev 950116)
+++ PKGBUILD 2021-05-29 14:00:24 UTC (rev 950117)
@@ -1,30 +0,0 @@
-# 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
-}
Copied: perl-extutils-cppguess/repos/community-any/PKGBUILD (from rev 950116, perl-extutils-cppguess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-29 14:00:24 UTC (rev 950117)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-extutils-cppguess
+pkgver=0.22
+pkgrel=1
+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=('a509f54089488a0e149e3bbb483e83d7a5af0777441c2b2ac05383a21bd2f7174c41689062e1c9193dcaf2d2a605621faf9e1bba9ab308353218d4556c41c2dc')
+
+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