httpie: add maintainer

This commit is contained in:
Alessio Sergi 2015-03-07 19:37:37 +01:00
parent ee07193d53
commit 4d5cc6d9e6
1 changed files with 2 additions and 1 deletions

View File

@ -1,13 +1,14 @@
# Template file for 'httpie'
pkgname=httpie
version=0.9.2
revision=1
revision=2
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"