mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
ripgrep: update to 0.8.1.
This commit is contained in:
parent
f6bd9b22dd
commit
a4fc1617a4
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ripgrep'
|
# Template file for 'ripgrep'
|
||||||
pkgname=ripgrep
|
pkgname=ripgrep
|
||||||
version=0.8.0
|
version=0.8.1
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="asciidoc cargo rust"
|
hostmakedepends="asciidoc cargo rust"
|
||||||
short_desc="Fast search tool inspired by ag and grep"
|
short_desc="Fast search tool inspired by ag and grep"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Public Domain, MIT"
|
license="Public Domain, MIT"
|
||||||
homepage="https://github.com/BurntSushi/ripgrep/"
|
homepage="https://github.com/BurntSushi/ripgrep/"
|
||||||
distfiles="https://github.com/BurntSushi/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/BurntSushi/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=c26391013522dfce3d870aec911fc602425e2eb385b75802b5b44440f4c32e24
|
checksum=7035379fce0c1e32552e8ee528b92c3d01b8d3935ea31d26c51a73287be74bb3
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
@ -23,4 +23,5 @@ do_install() {
|
||||||
cd target/release/build/*/out
|
cd target/release/build/*/out
|
||||||
vman rg.1
|
vman rg.1
|
||||||
vinstall rg.bash 0644 usr/share/bash-completion/completions rg
|
vinstall rg.bash 0644 usr/share/bash-completion/completions rg
|
||||||
|
vinstall rg.fish 0644 usr/share/fish/completions
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue