wok view httpie/receipt @ rev 20829

dietlibc: bz2 replaced by xz
author Hans-G?nter Theisgen
date Tue Feb 19 17:20:08 2019 +0100 (2019-02-19)
parents 313b384e2a06
children 766666b48ea1
line source
1 # SliTaz package receipt.
3 PACKAGE="httpie"
4 VERSION="0.8.0"
5 CATEGORY="network"
6 SHORT_DESC="HTTPie is a command line HTTP client, a user-friendly cURL replacement"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://httpie.org/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/jakubroztocil/$PACKAGE/archive/$VERSION.tar.gz"
13 DEPENDS="python-requests python-pygments setuptools"
14 BUILD_DEPENDS="setuptools wget"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python setup.py install --no-compile --root=$install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 }