ripgrep: update to 0.8.0.
This commit is contained in:
parent
97964b03e2
commit
167dc9c948
|
@ -1,26 +1,26 @@
|
||||||
# Template file for 'ripgrep'
|
# Template file for 'ripgrep'
|
||||||
pkgname=ripgrep
|
pkgname=ripgrep
|
||||||
version=0.7.1
|
version=0.8.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="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"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
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=e010693637acebb409f3dba7caf59ef093d1894a33b14015041b8d43547665f5
|
checksum=c26391013522dfce3d870aec911fc602425e2eb385b75802b5b44440f4c32e24
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cargo build --release
|
cargo build --release
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vman doc/rg.1
|
|
||||||
vbin target/release/rg
|
vbin target/release/rg
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
vlicense UNLICENSE
|
vlicense UNLICENSE
|
||||||
|
|
||||||
vinstall complete/_rg 0644 usr/share/zsh/site-functions
|
vinstall complete/_rg 0644 usr/share/zsh/site-functions
|
||||||
cd target/release/build/*/out
|
cd target/release/build/*/out
|
||||||
vinstall rg.bash-completion 0644 usr/share/bash-completion/completions rg
|
vman rg.1
|
||||||
|
vinstall rg.bash 0644 usr/share/bash-completion/completions rg
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue