mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
New package: perl-WWW-Curl-4.15.
This commit is contained in:
parent
00164d76a9
commit
205e7920c2
1 changed files with 20 additions and 0 deletions
20
srcpkgs/perl-WWW-Curl/template
Normal file
20
srcpkgs/perl-WWW-Curl/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template build file for 'perl-WWW-Curl'.
|
||||||
|
pkgname=perl-WWW-Curl
|
||||||
|
version=4.15
|
||||||
|
revision=1
|
||||||
|
wrksrc="WWW-Curl-${version}"
|
||||||
|
build_style=perl-module
|
||||||
|
hostmakedepends="perl libcurl-devel"
|
||||||
|
short_desc="WWW::Curl - Perl extension interface for libcurl"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://search.cpan.org/dist/WWW-Curl/"
|
||||||
|
license="GPL-2"
|
||||||
|
distfiles="${CPAN_SITE}/WWW/WWW-Curl-$version.tar.gz"
|
||||||
|
checksum=3ef40494537a1ce7f848f3b524f5690cf47db458c0bb662e15c4642dc13c5fa1
|
||||||
|
|
||||||
|
perl-WWW-Curl_package() {
|
||||||
|
depends="perl"
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue