17 lines
609 B
Bash
17 lines
609 B
Bash
|
# Template file for 'perl-HTTP-Tinyish'
|
||
|
pkgname=perl-HTTP-Tinyish
|
||
|
version=0.14
|
||
|
revision=1
|
||
|
noarch=yes
|
||
|
wrksrc="${pkgname/perl-/}-${version}"
|
||
|
build_style=perl-module
|
||
|
hostmakedepends="perl"
|
||
|
makedepends="$hostmakedepends perl-IPC-Run3"
|
||
|
depends="$hostmakedepends"
|
||
|
short_desc="HTTP::Tinyish - HTTP::Tiny compatible HTTP client wrappers"
|
||
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||
|
homepage="https://metacpan.org/release/HTTP-Tinyish"
|
||
|
distfiles="${CPAN_SITE}/HTTP/HTTP-Tinyish-${version}.tar.gz"
|
||
|
checksum=43fd54bd6d015827801343202f227844ac5af8c9f93c72d9683369be0bd5c194
|