Skip to content
Snippets Groups Projects
Commit d322e526 authored by Celeste's avatar Celeste Committed by omni
Browse files

community/perl-http-tinyish: upgrade to 0.19

parent d60409ab
No related branches found
No related tags found
1 merge request!61857community/perl-http-tinyish: upgrade to 0.19
Pipeline #217688 skipped
# Automatically generated by apkbuild-cpan, template 3
# Automatically generated by apkbuild-cpan, template 4
# Contributor: Celeste <cielesti@protonmail.com>
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=perl-http-tinyish
pkgver=0.19
pkgrel=0
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=HTTP-Tinyish
pkgver=0.18
pkgrel=0
pkgdesc="HTTP::Tiny compatible HTTP client wrappers"
url="https://metacpan.org/release/HTTP-Tinyish/"
arch="noarch"
......@@ -22,7 +22,10 @@ builddir="$srcdir/$_pkgreal-$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
}
......@@ -33,7 +36,6 @@ check() {
package() {
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
curl() {
......@@ -61,5 +63,5 @@ wget() {
}
sha512sums="
6afaa11bc01ac276dd774d05dc67c467b5c1eab2251a410ff0addc4a910dca3c41bb74b6071555b2ef2c63df1fe20a26e1fed816b24eefbec7c1d85c66f80bc5 HTTP-Tinyish-0.18.tar.gz
cfc20e7b526c91a9baf8d049753762c35033c5e1bdf5b5239ba7695c2b0319e1e41bc669f617fc7e61ef8fcfaddbcdd299fad2c406d9cb166be304c401401010 HTTP-Tinyish-0.19.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