New package: pipr-0.0.16

Co-authord-by: Duncaen <duncaen@voidlinux.org>
Closes: #41354 [via git-merge-pr]
This commit is contained in:
Emil Miler 2022-12-29 21:46:08 +01:00 committed by Duncaen
parent 45f5efd705
commit cec17dac1d
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

23
srcpkgs/pipr/template Normal file
View file

@ -0,0 +1,23 @@
# Template file for 'pipr'
pkgname=pipr
version=0.0.16
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="oniguruma-devel"
short_desc="Tool for writing interactive shell pipelines"
maintainer="Emil Miler <em@0x45.cz>"
license="MIT"
homepage="https://github.com/elkowar/pipr"
distfiles="https://github.com/elkowar/pipr/archive/v${version}/pipr-${version}.tar.gz"
checksum=4be6f79ff25f69efe6d4fe45bdc0b751b3adc8de33a2dc825073d59e5d50d3d0
post_extract() {
# fixes an indexmap error when cross compiling
cargo update --package autocfg@1.0.1 --precise 1.1.0
}
post_install() {
vdoc Readme.md
vlicense LICENSE
}