mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
perl-WWW-Curl: rebuild to fix cross package
also add license
This commit is contained in:
parent
b7ae85cbff
commit
cce0e56570
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'perl-WWW-Curl'.
|
# Template build file for 'perl-WWW-Curl'.
|
||||||
pkgname=perl-WWW-Curl
|
pkgname=perl-WWW-Curl
|
||||||
version=4.17
|
version=4.17
|
||||||
revision=8
|
revision=9
|
||||||
wrksrc="WWW-Curl-${version}"
|
wrksrc="WWW-Curl-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
@ -13,3 +13,7 @@ homepage="https://metacpan.org/release/WWW-Curl"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${CPAN_SITE}/WWW/WWW-Curl-$version.tar.gz"
|
distfiles="${CPAN_SITE}/WWW/WWW-Curl-$version.tar.gz"
|
||||||
checksum=52ffab110e32348d775f241c973eb56f96b08eedbc110d77d257cdb0a24ab7ba
|
checksum=52ffab110e32348d775f241c973eb56f96b08eedbc110d77d257cdb0a24ab7ba
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue