perl-Net-SSH2: rebuild to fix cross package
also use SPDX identifier
This commit is contained in:
parent
d83aacdf8f
commit
74357643b7
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'perl-Net-SSH2'
|
||||
pkgname=perl-Net-SSH2
|
||||
version=0.69
|
||||
revision=5
|
||||
revision=6
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
configure_args="inc=${XBPS_CROSS_BASE}/usr/include lib=${XBPS_CROSS_BASE}/usr/lib"
|
||||
|
@ -11,6 +11,6 @@ depends="perl"
|
|||
short_desc="Net::SSH2 - Support for the SSH 2 protocol via libssh2"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
homepage="https://metacpan.org/release/Net-SSH2"
|
||||
license="Artistic, GPL-1"
|
||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||
distfiles="${CPAN_SITE}/Net/Net-SSH2-${version}.tar.gz"
|
||||
checksum=2fc85e1434b8a6e77142d85e3cea5a081ca71da5d02c4212b9970d3a3924baa6
|
||||
|
|
Loading…
Reference in New Issue