mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
New package: xh-0.13.0
This commit is contained in:
parent
760cf86844
commit
7f3491be68
1 changed files with 28 additions and 0 deletions
28
srcpkgs/xh/template
Normal file
28
srcpkgs/xh/template
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Template file for 'xh'
|
||||||
|
pkgname=xh
|
||||||
|
version=0.13.0
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="openssl-devel"
|
||||||
|
short_desc="Friendly and fast tool for sending HTTP requests"
|
||||||
|
maintainer="Arthur Weagel <arthur.contrib@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/ducaale/xh"
|
||||||
|
changelog="https://github.com/ducaale/xh/blob/master/CHANGELOG.md"
|
||||||
|
distfiles="https://github.com/ducaale/xh/archive/v${version}.tar.gz"
|
||||||
|
checksum=d3e46b6db5a131237d5f980ccaae6f04c5ba7b06922d97c7f98f36f03cf581fe
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
ln -sf /usr/bin/${pkgname} ${DESTDIR}/usr/bin/${pkgname}s
|
||||||
|
|
||||||
|
vcompletion completions/xh.bash bash
|
||||||
|
vcompletion completions/_xh zsh
|
||||||
|
vcompletion completions/xh.fish fish
|
||||||
|
|
||||||
|
vlicense LICENSE
|
||||||
|
vdoc README.md
|
||||||
|
for m in doc/*.1; do
|
||||||
|
vman "$m"
|
||||||
|
done
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue