aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-09-28 22:27:04 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-09-29 01:46:04 +0000
commit48a807d710262ebc61120ab5369f9be978ebb68c (patch)
tree4f37e058054d62567666be224172e63f705160ed
parente2a531af653866a080f4d2a5a2d6adbbaaae2c3e (diff)
main/perl-net-openssh: upgrade to 0.80
-rw-r--r--main/perl-net-openssh/APKBUILD22
1 files changed, 8 insertions, 14 deletions
diff --git a/main/perl-net-openssh/APKBUILD b/main/perl-net-openssh/APKBUILD
index e14bab23dcd..15655351596 100644
--- a/main/perl-net-openssh/APKBUILD
+++ b/main/perl-net-openssh/APKBUILD
@@ -1,32 +1,26 @@
-# Automatically generated by apkbuild-cpan, template 1
+# Automatically generated by apkbuild-cpan, template 3
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-net-openssh
+#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=Net-OpenSSH
-pkgver=0.79
-pkgrel=1
+pkgver=0.80
+pkgrel=0
pkgdesc="Perl SSH client package implemented on top of OpenSSH"
-url="https://metacpan.org/release/Net-OpenSSH"
+options="!check" # make test is interactive
+url="https://metacpan.org/release/Net-OpenSSH/"
arch="noarch"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl"
makedepends="perl-dev"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/S/SA/SALVA/Net-OpenSSH-$pkgver.tar.gz"
-
builddir="$srcdir/$_pkgreal-$pkgver"
-prepare() {
- default_prepare
-
- export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
build() {
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
+ PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor
make
- # make test is interactive
}
package() {
@@ -34,4 +28,4 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="385e4ef8b1e8e503ff097a68211af3e0258649710ac292e8dee5b752b263dd7546c23d5d60e9926acc129e33ca36cf2ad47ef0ab41faf8acc155e392a268856f Net-OpenSSH-0.79.tar.gz"
+sha512sums="3b68b73b0d5ee5db2096e0ac3ec3c3f12b92ee1865217a81eff0378f416ffdaac252d4ae4de601da7cd4a771bbab6a4768be4cafa0eaa2ff93b31a3cf824875d Net-OpenSSH-0.80.tar.gz"