diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-12 12:16:57 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-12 12:16:57 -0300 |
commit | 53ee794e354f3a46abf865173de87d6533905275 (patch) | |
tree | a57e6627ef1e083582be94da28d46f5747855771 /community/ripgrep/APKBUILD | |
parent | 79ad25f9a449aeddc196a8759a433684f66bb630 (diff) | |
download | aports-53ee794e354f3a46abf865173de87d6533905275.tar.bz2 aports-53ee794e354f3a46abf865173de87d6533905275.tar.xz |
community/ripgrep: drop fish-completion
Diffstat (limited to 'community/ripgrep/APKBUILD')
-rw-r--r-- | community/ripgrep/APKBUILD | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/community/ripgrep/APKBUILD b/community/ripgrep/APKBUILD index ebdc6aff28..a749a4cf56 100644 --- a/community/ripgrep/APKBUILD +++ b/community/ripgrep/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=ripgrep pkgver=11.0.2 -pkgrel=0 +pkgrel=1 pkgdesc="ripgrep combines the usability of The Silver Searcher with the raw speed of grep" url="https://github.com/BurntSushi/ripgrep" arch="all !x86 !s390x" # limited by cargo, build fails on x86 @@ -12,7 +12,7 @@ checkdepends="xz" subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch $pkgname-zsh-completion:zshcomp:noarch - $pkgname-fish-completion:fishcomp:noarch" + " source="$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/ripgrep/archive/$pkgver.tar.gz" build() { @@ -49,14 +49,4 @@ zshcomp() { "$subpkgdir/usr/share/zsh/site-functions/_rg" } -fishcomp() { - depends="" - pkgdesc="Fish completions for $pkgname" - install_if="$pkgname=$pkgver-r$pkgrel fish" - - mkdir -p "$subpkgdir"/usr/share/fish/completions/ - install -Dm644 "$builddir/target/release/build/ripgrep-"*/out/rg.fish \ - "$subpkgdir/usr/share/fish/completions/rg.fish" -} - sha512sums="62b5bcceac2ca4899e797799e67a8e45730f1bcb5115b48e9ebfe12d3b0e43921020f368e4328b0f5060ccdf0dedb8935857ece7126e05d9cbcca535cee68a92 ripgrep-11.0.2.tar.gz" |