26 lines
704 B
Bash
26 lines
704 B
Bash
# Template file for 'httpie'
|
|
pkgname=httpie
|
|
version=0.9.9
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python3-module
|
|
pycompile_module="httpie"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-requests python3-Pygments"
|
|
short_desc="Human-friendly command line HTTP client"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://httpie.org/"
|
|
license="BSD-3-Clause"
|
|
distfiles="${PYPI_SITE}/h/httpie/httpie-${version}.tar.gz"
|
|
checksum=f1202e6fa60367e2265284a53f35bfa5917119592c2ab08277efc7fffd744fcb
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3-httpie_package() {
|
|
noarch=yes
|
|
build_style=meta
|
|
short_desc+=" (transitional dummy package)"
|
|
depends="httpie>=${version}_${revision}"
|
|
}
|