mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
ripgrep: remove fish completions
This commit is contained in:
parent
0662a80e2d
commit
ca7e4a44fe
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ripgrep'
|
# Template file for 'ripgrep'
|
||||||
pkgname=ripgrep
|
pkgname=ripgrep
|
||||||
version=11.0.2
|
version=11.0.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="asciidoc"
|
hostmakedepends="asciidoc"
|
||||||
short_desc="Fast search tool inspired by ag and grep"
|
short_desc="Fast search tool inspired by ag and grep"
|
||||||
|
@ -19,5 +19,4 @@ post_install() {
|
||||||
cd target/${RUST_TARGET}/release/build/ripgrep-*/out
|
cd target/${RUST_TARGET}/release/build/ripgrep-*/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