procs: update to 0.11.13.

This commit is contained in:
Daniel Lewan 2021-12-24 14:07:35 +01:00 committed by Érico Nogueira Rolim
parent 370c8e1ef9
commit 6b93cd0dce

View file

@ -1,6 +1,6 @@
# Template file for 'procs'
pkgname=procs
version=0.11.12
version=0.11.13
revision=1
build_style=cargo
build_helper=qemu
@ -10,19 +10,19 @@ license="MIT"
homepage="https://github.com/dalance/procs"
changelog="https://raw.githubusercontent.com/dalance/procs/master/CHANGELOG.md"
distfiles="https://github.com/dalance/procs/archive/refs/tags/v${version}.tar.gz"
checksum=ff1a293d84cc0160cc92b4530ee93cedf530796e80130df74b0490c3e884efb6
checksum=b769ddf1b2faeca4e9fb22e8e0248f5d69b4b88bd51fb37c8510d2e6a8e897d3
post_build() {
PROCS="target/${RUST_TARGET}/release/procs"
vtargetrun ${PROCS} --completion bash
vtargetrun ${PROCS} --completion fish
vtargetrun ${PROCS} --completion zsh
vtargetrun ${PROCS} --completion-out bash >procs.bash
vtargetrun ${PROCS} --completion-out fish >procs.fish
vtargetrun ${PROCS} --completion-out zsh >procs.zsh
}
post_install() {
vcompletion procs.bash bash
vcompletion procs.fish fish
vcompletion _procs zsh
vcompletion procs.zsh zsh
vlicense LICENSE
}