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

community/perl-crypt-jwt: upgrade to 0.036

parent 1a374abe
No related branches found
No related tags found
2 merge requests!79570community/firefox-esr: upgrade to 128.7.0,!79036community/perl-crypt-jwt: upgrade to 0.036
Pipeline #293725 skipped
# Automatically generated by apkbuild-cpan, template 3
# Automatically generated by apkbuild-cpan, template 4
# Contributor: Timothy Legge <timlegge@gmail.com>
# Maintainer: Timothy Legge <timlegge@gmail.com>
pkgname=perl-crypt-jwt
pkgver=0.036
pkgrel=0
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=Crypt-JWT
pkgver=0.035
pkgrel=0
pkgdesc="JSON Web Token"
url="https://metacpan.org/release/Crypt-JWT/"
arch="noarch"
......@@ -17,7 +17,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
}
......@@ -28,9 +31,8 @@ check() {
package() {
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
sha512sums="
f8e579c290eef074d43946259bea163905a1c27646022d59ec425a431e5a253bc414f89331d136a10036a229f499dae8529bde3820a1baca57541e5931c8db28 Crypt-JWT-0.035.tar.gz
5527fd0b1ef98698e0c1985c5ff1342e56e379c01bf18c7e983a424253bb4bdf488ff1ba2a983917386496565c9553d0ae63a155a2e51be2e2ae0affcdada8d2 Crypt-JWT-0.036.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