void-packages/srcpkgs/ripgrep/template
2020-05-31 19:24:39 +02:00

26 lines
833 B
Bash

# Template file for 'ripgrep'
pkgname=ripgrep
version=12.1.1
revision=1
build_style=cargo
configure_args="--features=pcre2"
hostmakedepends="ruby-asciidoctor 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=2513338d61a5c12c8fea18a0387b3e0651079ef9b31f306050b1f0aaa926271e
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
}