ripgrep: restore fish completions
This reverts commitca7e4a44fe
. fish-shell removed the filef036d01961
This commit is contained in:
parent
e682477211
commit
fae7db105e
1 changed files with 2 additions and 1 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=3
|
revision=4
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--features=pcre2"
|
configure_args="--features=pcre2"
|
||||||
hostmakedepends="asciidoc pkg-config"
|
hostmakedepends="asciidoc pkg-config"
|
||||||
|
@ -21,4 +21,5 @@ 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/vendor_completions.d
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue