void-packages/srcpkgs/httpie/template

20 lines
573 B
Bash
Raw Normal View History

2015-03-07 18:09:09 +00:00
# Template file for 'httpie'
pkgname=httpie
2016-01-02 23:39:53 +00:00
version=0.9.3
revision=1
2015-03-07 18:09:09 +00:00
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"
2015-03-07 18:37:37 +00:00
maintainer="Alessio Sergi <al3hex@gmail.com>"
2015-03-07 18:09:09 +00:00
homepage="https://github.com/jakubroztocil/httpie"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/h/httpie/httpie-${version}.tar.gz"
2016-01-02 23:39:53 +00:00
checksum=30a8ff2a72b75cb6033cc84f5b76c336999f91c325f169e78dc6339351ee7f4b
post_install() {
vlicense LICENSE
}