forked from ports/contrib
bat: fixed bash completion name
This commit is contained in:
parent
e559cebe32
commit
cbdb0e965b
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3xvTiJ1rV5tJiHKLAnkMrTWydu+LbqmgHRXbBNyGmSvAUUx7pPlc7GmHGJky8kQc13Xfj+6xnMLGJGwd45cQ7Qg=
|
||||
SHA256 (Pkgfile) = 1e1fec44ed6b37d66948be2657289f081eb4dac9c6d98c988274170b50fe08d0
|
||||
RWSagIOpLGJF3+3qwkn+gBqRswt37Rmm6jtChbUOS4FOffnVesDJ+Gg/gyzL8nkfibU3q+3pfeH1GrPQegNBkjkfsawx998YQA0=
|
||||
SHA256 (Pkgfile) = bc5f962439cc1bb08dc5820b35c21dc5e8972b5c98d399e5409b126087c6da5b
|
||||
SHA256 (.footprint) = 9bdbdead02744c8144d30b71b12a042b1c6f98fefbd5f77cc4c6a0b426f93c7a
|
||||
SHA256 (bat-0.24.0.tar.gz) = 907554a9eff239f256ee8fe05a922aad84febe4fe10a499def72a4557e9eedfb
|
||||
|
@ -25,7 +25,7 @@ build() {
|
||||
|
||||
prt-get isinst bash-completion && install -Dm644 \
|
||||
$name-$version/target/release/build/bat-*/out/assets/completions/bat.bash \
|
||||
$PKG/usr/share/bash-completion/completions/bash
|
||||
$PKG/usr/share/bash-completion/completions/bat
|
||||
prt-get isinst zsh && install -Dm644 \
|
||||
$name-$version/target/release/build/bat-*/out/assets/completions/bat.zsh \
|
||||
$PKG/usr/share/zsh/site-functions/_bat
|
||||
|
Loading…
x
Reference in New Issue
Block a user