diff options
author | André Klitzing <aklitzing@gmail.com> | 2017-06-24 17:21:03 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-06-27 06:57:56 +0000 |
commit | 991ace2eb1f43d7ac65da9bebc92e07d4ef10cba (patch) | |
tree | 1bb75ab04cf17f235d0df9d28dfdb8feb4655d78 /testing/httpie | |
parent | c43bfe9a1948ccd0d8e04a03858b6092f50ec0cc (diff) | |
download | aports-991ace2eb1f43d7ac65da9bebc92e07d4ef10cba.tar.bz2 aports-991ace2eb1f43d7ac65da9bebc92e07d4ef10cba.tar.xz |
community/httpie: moved from testing
Diffstat (limited to 'testing/httpie')
-rw-r--r-- | testing/httpie/APKBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/httpie/APKBUILD b/testing/httpie/APKBUILD deleted file mode 100644 index e0850c843e..0000000000 --- a/testing/httpie/APKBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=httpie -pkgver=0.9.8 -pkgrel=0 -pkgdesc="A CLI, cURL-like tool" -url="https://github.com/jkbr/httpie" -arch="noarch" -license="BSD" -depends="python3 py3-requests py3-pygments" -makedepends="python3-dev" -source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" - -build() { - cd "$builddir" - python3 setup.py build || return 1 -} - -package() { - cd "$builddir" - python3 setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -sha512sums="67f8dd48003d01bd339617da1426c487553c998b2d5082ae6ad3833d7eaff31e610ebb8c87f2a62cf4685df111b8a6c6b2e7229290b82945132cfb5c647ca9a1 httpie-0.9.8.tar.gz" |