void-packages/srcpkgs/ripgrep/template
Piraty fae7db105e ripgrep: restore fish completions
This reverts commit ca7e4a44fe.

fish-shell removed the file
f036d01961
2020-03-03 18:12:48 +01:00

25 lines
825 B
Bash

# Template file for 'ripgrep'
pkgname=ripgrep
version=11.0.2
revision=4
build_style=cargo
configure_args="--features=pcre2"
hostmakedepends="asciidoc pkg-config"
makedepends="pcre2-devel"
short_desc="Fast search tool inspired by ag and grep"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Unlicense, MIT"
homepage="https://github.com/BurntSushi/ripgrep/"
distfiles="https://github.com/BurntSushi/${pkgname}/archive/${version}.tar.gz"
checksum=0983861279936ada8bc7a6d5d663d590ad34eb44a44c75c2d6ccd0ab33490055
post_install() {
vlicense LICENSE-MIT
vlicense UNLICENSE
vinstall complete/_rg 0644 usr/share/zsh/site-functions
cd "target/${RUST_TARGET}/release/build/ripgrep-"*/out
vman rg.1
vinstall rg.bash 0644 usr/share/bash-completion/completions rg
vinstall rg.fish 0644 usr/share/fish/vendor_completions.d
}