procs: update to 0.11.13.
This commit is contained in:
parent
370c8e1ef9
commit
6b93cd0dce
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'procs'
|
# Template file for 'procs'
|
||||||
pkgname=procs
|
pkgname=procs
|
||||||
version=0.11.12
|
version=0.11.13
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
|
@ -10,19 +10,19 @@ license="MIT"
|
||||||
homepage="https://github.com/dalance/procs"
|
homepage="https://github.com/dalance/procs"
|
||||||
changelog="https://raw.githubusercontent.com/dalance/procs/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/dalance/procs/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/dalance/procs/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/dalance/procs/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=ff1a293d84cc0160cc92b4530ee93cedf530796e80130df74b0490c3e884efb6
|
checksum=b769ddf1b2faeca4e9fb22e8e0248f5d69b4b88bd51fb37c8510d2e6a8e897d3
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
PROCS="target/${RUST_TARGET}/release/procs"
|
PROCS="target/${RUST_TARGET}/release/procs"
|
||||||
vtargetrun ${PROCS} --completion bash
|
vtargetrun ${PROCS} --completion-out bash >procs.bash
|
||||||
vtargetrun ${PROCS} --completion fish
|
vtargetrun ${PROCS} --completion-out fish >procs.fish
|
||||||
vtargetrun ${PROCS} --completion zsh
|
vtargetrun ${PROCS} --completion-out zsh >procs.zsh
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vcompletion procs.bash bash
|
vcompletion procs.bash bash
|
||||||
vcompletion procs.fish fish
|
vcompletion procs.fish fish
|
||||||
vcompletion _procs zsh
|
vcompletion procs.zsh zsh
|
||||||
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue