[arch-commits] Commit in perl-pegex/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Tue Feb 13 12:27:38 UTC 2018
Date: Tuesday, February 13, 2018 @ 12:27:37
Author: spupykin
Revision: 293835
archrelease: copy trunk to community-any
Added:
perl-pegex/repos/community-any/PKGBUILD
(from rev 293834, perl-pegex/trunk/PKGBUILD)
Deleted:
perl-pegex/repos/community-any/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-13 12:27:21 UTC (rev 293834)
+++ PKGBUILD 2018-02-13 12:27:37 UTC (rev 293835)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
-# Generator : CPANPLUS::Dist::Arch 1.32
-
-pkgname='perl-pegex'
-pkgver=0.63
-pkgrel=3
-pkgdesc="Acmeist PEG Parser Framework"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-yaml-libyaml' 'perl-file-sharedir-install')
-makedepends=()
-url='https://metacpan.org/release/Pegex'
-source=("http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Pegex-$pkgver.tar.gz")
-sha256sums=('3447159d953e35ead9ce614242275b6f04fc4af4322c7a7aa3b900343f71f0a9')
-
-build() {
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
- PERL_AUTOINSTALL=--skipdeps \
- PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
- PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
- MODULEBUILDRC=/dev/null
- cd "$srcdir/Pegex-$pkgver"
- /usr/bin/perl Makefile.PL
- make
- )
-}
-
-check() {
- cd "$srcdir/Pegex-$pkgver"
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
- make test
- )
-}
-
-package() {
- cd "$srcdir/Pegex-$pkgver"
- make install
- find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
Copied: perl-pegex/repos/community-any/PKGBUILD (from rev 293834, perl-pegex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-02-13 12:27:37 UTC (rev 293835)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+# Generator : CPANPLUS::Dist::Arch 1.32
+
+pkgname='perl-pegex'
+pkgver=0.64
+pkgrel=1
+pkgdesc="Acmeist PEG Parser Framework"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-yaml-libyaml' 'perl-file-sharedir-install')
+makedepends=()
+url='https://metacpan.org/release/Pegex'
+source=("http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Pegex-$pkgver.tar.gz")
+sha256sums=('27e00264bdafb9c2109212b9654542032617fecf7b7814915d2bdac198f067cd')
+
+build() {
+ ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+ PERL_AUTOINSTALL=--skipdeps \
+ PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+ PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+ MODULEBUILDRC=/dev/null
+ cd "$srcdir/Pegex-$pkgver"
+ /usr/bin/perl Makefile.PL
+ make
+ )
+}
+
+check() {
+ cd "$srcdir/Pegex-$pkgver"
+ ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+ make test
+ )
+}
+
+package() {
+ cd "$srcdir/Pegex-$pkgver"
+ make install
+ find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
More information about the arch-commits
mailing list