wok view httpie/receipt @ rev 21259

updated libmowgli and libmowgli-dev (2.0.0 -> 2.1.3)
author Hans-G?nter Theisgen
date Fri Apr 12 11:33:57 2019 +0100 (2019-04-12)
parents a78610b2eb47
children 240fb3120638
line source
1 # SliTaz package receipt.
3 PACKAGE="httpie"
4 VERSION="1.0.2"
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/jakubroztocil/$PACKAGE/archive/$VERSION.tar.gz"
14 DEPENDS="python-requests python-pygments setuptools"
15 BUILD_DEPENDS="setuptools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --no-compile --root=$install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }