summaryrefslogtreecommitdiffstats
path: root/testing/httpie/APKBUILD
blob: 6665ae7cb6f4e975d17f9bfd5c6d053a79a565b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=httpie
pkgver=0.7.0
pkgrel=0
pkgdesc="A CLI, cURL-like tool"
url="https://github.com/jkbr/httpie"
arch="noarch"
license="BSD"
depends="python py-requests py-pygments"
depends_dev=""
makedepends="python-dev py-setuptools"
install=""
subpackages=""
source="http://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"

_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
	local i
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
}

build() {
	cd "$_builddir"
	python setup.py build || return 1
}

package() {
	cd "$_builddir"
	python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}

md5sums="1636837c31694ef4d57b1580636b7892  httpie-0.7.0.tar.gz"
sha256sums="9f291ae53f0879a4bf031ba94fc908c05f4bc0f3d0330427e15eb3d0b2264789  httpie-0.7.0.tar.gz"
sha512sums="1f1f602513b533cf4d2904cf82f4b9831285c71d2ec1f356c2fd090fd04e6f92aa1755b6b7880fd964067b6772fbb43d2ed1b30a357711593296eefbf27fdbdf  httpie-0.7.0.tar.gz"