[arch-commits] Commit in perl-inline-cpp/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Apr 20 18:32:02 UTC 2019
Date: Saturday, April 20, 2019 @ 18:32:00
Author: felixonmars
Revision: 452227
archrelease: copy trunk to community-any
Added:
perl-inline-cpp/repos/community-any/PKGBUILD
(from rev 452226, perl-inline-cpp/trunk/PKGBUILD)
Deleted:
perl-inline-cpp/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-20 18:31:41 UTC (rev 452226)
+++ PKGBUILD 2019-04-20 18:32:00 UTC (rev 452227)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-inline-cpp
-pkgver=0.79
-pkgrel=1
-pkgdesc="Write Perl subroutines and classes in C++"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Inline-CPP"
-depends=('perl-inline' 'perl-inline-c' 'perl-parse-recdescent')
-makedepends=('perl-extutils-cppguess')
-checkdepends=('perl-inline-filters')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/D/DA/DAVIDO/Inline-CPP-$pkgver.tar.gz")
-sha512sums=('7f287cbfbb067b663ee1dad3e31f052f105a9a6de9f641cd2986c7c941e91ca436d92a9636edf9cce15522575d8333b0b50c8a11ea5b4bce5e014e2ec0b8be90')
-
-build() {
- cd Inline-CPP-$pkgver
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd Inline-CPP-$pkgver
- make test
-}
-
-package() {
- cd Inline-CPP-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: perl-inline-cpp/repos/community-any/PKGBUILD (from rev 452226, perl-inline-cpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-20 18:32:00 UTC (rev 452227)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-inline-cpp
+pkgver=0.80
+pkgrel=1
+pkgdesc="Write Perl subroutines and classes in C++"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Inline-CPP"
+depends=('perl-inline' 'perl-inline-c' 'perl-parse-recdescent')
+makedepends=('perl-extutils-cppguess')
+checkdepends=('perl-inline-filters')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/D/DA/DAVIDO/Inline-CPP-$pkgver.tar.gz")
+sha512sums=('7c86d712131306483e04b87eafcee86fea178dc791d85341cfb1c727718a3679d93f935abce5de5ef32adb627d802bbb391bc8842bcf0a1c38c688dc9182a73f')
+
+build() {
+ cd Inline-CPP-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Inline-CPP-$pkgver
+ make test
+}
+
+package() {
+ cd Inline-CPP-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list