summaryrefslogtreecommitdiffstats
path: root/testing/httpie-oauth/APKBUILD
blob: 7aed92fc9ceb37e63432de359c9e9114488dcf2b (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-oauth
pkgver=1.0.2
pkgrel=0
pkgdesc="OAuth plugin for HTTPie"
url="https://github.com/jkbr/httpie-oauth"
arch="noarch"
license="BSD"
depends="python2 httpie"
depends_dev=""
makedepends="python2-dev py-setuptools"
install=""
subpackages=""
source="https://files.pythonhosted.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"
	python2 setup.py build || return 1
}

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

md5sums="5644a00d4648a0d2b8af7c3fcbe4e36c  httpie-oauth-1.0.2.tar.gz"
sha256sums="b4fd8c6e85a7f84e27ba7bfc910627e7010465f4dc4999f81f6c43513485503f  httpie-oauth-1.0.2.tar.gz"
sha512sums="d2825143e839f82591db59995619f7437fccc42e9f126ca247e19b1533706cfaadaab5c3518d3d994e898fcb3d98ed899cd9a36f07963d701eb019587c2821c6  httpie-oauth-1.0.2.tar.gz"