void-packages/srcpkgs/httpie/template
2016-01-03 00:39:53 +01:00

19 lines
573 B
Bash

# Template file for 'httpie'
pkgname=httpie
version=0.9.3
revision=1
noarch=yes
build_style=python-module
hostmakedepends="python-setuptools"
depends="${hostmakedepends} python-requests python-Pygments"
pycompile_module="httpie"
short_desc="Human-friendly command line HTTP client"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/jakubroztocil/httpie"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/h/httpie/httpie-${version}.tar.gz"
checksum=30a8ff2a72b75cb6033cc84f5b76c336999f91c325f169e78dc6339351ee7f4b
post_install() {
vlicense LICENSE
}