Skip to content

Commit

Permalink
New package: pipr-0.0.16
Browse files Browse the repository at this point in the history
Co-authord-by: Duncaen <duncaen@voidlinux.org>
Closes: void-linux#41354 [via git-merge-pr]
  • Loading branch information
realcharmer authored and sirkhancision committed Jun 27, 2023
1 parent 39681e2 commit 80720d2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions srcpkgs/pipr/template
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 80720d2

Please sign in to comment.