1 # Maintainer: Florian Pritz <bluewind@xinu.at>
3 pkgname=perl-net-openssh
6 pkgdesc='Perl SSH client package implemented on top of OpenSSH'
8 license=(PerlArtistic GPL)
11 url=https://metacpan.org/release/Net-OpenSSH
12 source=("https://cpan.metacpan.org/authors/id/S/SA/SALVA/Net-OpenSSH-$pkgver.tar.gz")
13 md5sums=(8df20f8bc0b086de550307371f0739f4)
14 sha512sums=(85844bdb821773ae19c24fc7dd9f9feae58b21532173b842ed9a50f74424ae61b89b03a12a711a5c2ab73687240ed62964daa5250b1c0211cecf7c3fb9fe8f3c)
15 _ddir="Net-OpenSSH-$pkgver"
20 export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
21 unset PERL5LIB PERL_MM_OPT
22 /usr/bin/perl Makefile.PL
29 export PERL_MM_USE_DEFAULT=1
37 make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
44 # vim:set ts=2 sw=2 et: