[arch-commits] Commit in cpanminus/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Tue Mar 24 11:13:36 UTC 2015
Date: Tuesday, March 24, 2015 @ 12:13:35
Author: spupykin
Revision: 129841
archrelease: copy trunk to community-any
Added:
cpanminus/repos/community-any/PKGBUILD
(from rev 129840, cpanminus/trunk/PKGBUILD)
Deleted:
cpanminus/repos/community-any/PKGBUILD
----------+
PKGBUILD | 63 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-03-24 11:13:27 UTC (rev 129840)
+++ PKGBUILD 2015-03-24 11:13:35 UTC (rev 129841)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=cpanminus
-pkgver=1.7004
-pkgrel=1
-pkgdesc='Get, unpack, build and install modules from CPAN'
-arch=('any')
-url="https://metacpan.org/release/App-cpanminus"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz")
-sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
-sha1sums=('1bbcb48d7d542eb4df8109067c9843f47f86ca5a')
-
-build() {
- cd App-cpanminus-$pkgver
- perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd App-cpanminus-$pkgver
- make test
-}
-
-package() {
- cd App-cpanminus-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: cpanminus/repos/community-any/PKGBUILD (from rev 129840, cpanminus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-03-24 11:13:35 UTC (rev 129841)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+
+pkgname=cpanminus
+pkgver=1.7027
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN'
+arch=('any')
+url="https://metacpan.org/release/App-cpanminus"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz")
+sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
+sha1sums=('1bbcb48d7d542eb4df8109067c9843f47f86ca5a')
+sha1sums=('81b91a48f77b2f7ab5c59a72c82487f696eb91a9')
+
+build() {
+ cd App-cpanminus-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd App-cpanminus-$pkgver
+ make test
+}
+
+package() {
+ cd App-cpanminus-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list