Skip to content
Snippets Groups Projects
Commit 28738418 authored by Celeste's avatar Celeste Committed by Patrycja Rosa
Browse files

community/perl-ppi: upgrade to 1.279

parent 2f7139ff
No related branches found
No related tags found
1 merge request!71371community/perl-ppi: upgrade to 1.279
Pipeline #256513 canceled
# Contributor: Duncan Bellamy <dunk@denkimushi.com>
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname=perl-ppi
pkgver=1.278
pkgver=1.279
pkgrel=0
pkgdesc="Parse, Analyze and Manipulate Perl (without perl)"
url="https://metacpan.org/pod/PPI"
arch="noarch"
license="Artistic-1.0-Perl"
depends="perl-clone perl-params-util perl-task-weaken"
checkdepends="perl-class-inspector perl-test-deep perl-test-object perl-test-subcalls"
depends="perl perl-clone perl-params-util perl-task-weaken"
checkdepends="perl-class-inspector perl-test-nowarnings perl-test-object perl-test-subcalls"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/PPI-$pkgver.tar.gz"
source="https://cpan.metacpan.org/authors/id/M/MI/MITHALDU/PPI-$pkgver.tar.gz"
builddir="$srcdir/PPI-$pkgver"
build() {
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor
PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL \
INSTALLDIRS=vendor \
NO_PACKLIST=1 \
NO_PERLLOCAL=1
make
}
......@@ -26,9 +29,8 @@ check() {
package() {
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
sha512sums="
0b63a9d983544b12b33d1207326fa1a3700720067242198b50ea452a988d85f3a96e44f22eaa79e542af81dbe7f98d8dea9335e4ccfd69a1e911ac017f3caa8e PPI-1.278.tar.gz
96b3144f2c4b0d45f9761dca470caa2150e975085a352fecf26c250b1e210c11183e57499a4a7c9d8994501ffdc25349ffe1f8ab60c44cf4f0ea324f822f7b4b PPI-1.279.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment