procs: update to 0.14.0
This commit is contained in:
parent
b42fc4f7e1
commit
5a65f9a65b
@ -1,6 +1,6 @@
|
||||
# Template file for 'procs'
|
||||
pkgname=procs
|
||||
version=0.13.4
|
||||
version=0.14.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
build_helper=qemu
|
||||
@ -10,16 +10,14 @@ 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=9b9b59b79049cf6ae2c39d9cc5b0c5af81411ba898a414fda41f68921c3c9539
|
||||
|
||||
post_build() {
|
||||
PROCS="target/${RUST_TARGET}/release/procs"
|
||||
vtargetrun ${PROCS} --completion-out bash >procs.bash
|
||||
vtargetrun ${PROCS} --completion-out fish >procs.fish
|
||||
vtargetrun ${PROCS} --completion-out zsh >procs.zsh
|
||||
}
|
||||
checksum=fa5af0951dc8aa63c0590f8c5c1136594866057704cfb1cdfc22ac3cc49437c6
|
||||
|
||||
post_install() {
|
||||
PROCS="${DESTDIR}/usr/bin/procs"
|
||||
vtargetrun ${PROCS} --gen-completion-out bash > procs.bash
|
||||
vtargetrun ${PROCS} --gen-completion-out fish > procs.fish
|
||||
vtargetrun ${PROCS} --gen-completion-out zsh > procs.zsh
|
||||
|
||||
vcompletion procs.bash bash
|
||||
vcompletion procs.fish fish
|
||||
vcompletion procs.zsh zsh
|
||||
|
Loading…
x
Reference in New Issue
Block a user