28 lines
876 B
Bash
28 lines
876 B
Bash
# Template file for 'httpie'
|
|
pkgname=httpie
|
|
version=2.0.0
|
|
revision=1
|
|
archs=noarch
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-requests python3-Pygments"
|
|
short_desc="Human-friendly command line HTTP client"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://httpie.org/"
|
|
changelog="https://raw.githubusercontent.com/jakubroztocil/httpie/master/CHANGELOG.rst"
|
|
distfiles="https://github.com/jakubroztocil/httpie/archive/${version}.tar.gz"
|
|
checksum=92ebdced5620ab56fd9f24e494c7c97eb0afee0f03a55bee41f773395c59dc5c
|
|
|
|
post_install() {
|
|
vinstall extras/httpie-completion.bash 644 usr/share/bash-completion/completions http
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3-httpie_package() {
|
|
archs=noarch
|
|
build_style=meta
|
|
short_desc+=" (transitional dummy package)"
|
|
depends="httpie>=${version}_${revision}"
|
|
}
|