wok-next view httpie/receipt @ rev 21623

updated elfutils (0.175 -> 0.180)
author Hans-G?nter Theisgen
date Thu Jun 25 14:49:28 2020 +0100 (2020-06-25)
parents a3c581bf52b8
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="httpie"
4 VERSION="0.8.0"
5 CATEGORY="network"
6 SHORT_DESC="Command line HTTP client, a user-friendly cURL replacement"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://httpie.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/jakubroztocil/$PACKAGE/archive/$VERSION.tar.gz"
14 BUILD_DEPENDS="python"
16 compile_rules() {
17 python -B setup.py install --root=$install
18 }
20 genpkg_rules() {
21 cp -a $install/* $fs
22 DEPENDS="python-requests python-pygments"
23 }