httpie: add maintainer
This commit is contained in:
parent
ee07193d53
commit
4d5cc6d9e6
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'httpie'
|
# Template file for 'httpie'
|
||||||
pkgname=httpie
|
pkgname=httpie
|
||||||
version=0.9.2
|
version=0.9.2
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="${hostmakedepends} python-requests python-Pygments"
|
depends="${hostmakedepends} python-requests python-Pygments"
|
||||||
pycompile_module="httpie"
|
pycompile_module="httpie"
|
||||||
short_desc="Human-friendly command line HTTP client"
|
short_desc="Human-friendly command line HTTP client"
|
||||||
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/jakubroztocil/httpie"
|
homepage="https://github.com/jakubroztocil/httpie"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/h/httpie/httpie-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/h/httpie/httpie-${version}.tar.gz"
|
||||||
|
|
Loading…
Reference in New Issue