pueue: update to 3.1.2

This commit is contained in:
cinerea0 2023-04-02 15:16:28 -04:00 committed by Michal Vasilek
parent 7a8454de3d
commit 2bcb66a617

View file

@ -1,32 +1,32 @@
# Template file for 'pueue'
pkgname=pueue
version=2.1.0
version=3.1.2
revision=1
build_style=cargo
build_helper="qemu"
make_install_args="--path pueue"
short_desc="Command-line tool for managing long-running tasks"
maintainer="crater2150 <void@qwertyuiop.de>"
license="MIT"
homepage="https://github.com/Nukesor/pueue"
changelog="https://raw.githubusercontent.com/Nukesor/pueue/main/CHANGELOG.md"
distfiles="https://github.com/Nukesor/pueue/archive/v${version}.tar.gz"
checksum=cd5c6500e65960f6a102db5d0f0544f49eec8f74b2cc0df16ded8e2525a545f6
distfiles="https://github.com/Nukesor/pueue/archive/refs/tags/v${version}.tar.gz"
checksum=653eac9b7fc111cc4b9bddacbbf514932a8d273a059b20b1cc66af74e500eb5e
make_check=no # tests are nondeterministic
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|arm*|aarch64*) ;;
*) broken="ftbfs in ring" ;;
esac
post_build() {
for shell in bash fish zsh; do
vtargetrun target/${RUST_TARGET}/release/pueue completions $shell .
done
}
post_install() {
vlicense LICENSE
for shell in bash fish zsh; do
vtargetrun ${DESTDIR}/usr/bin/pueue completions $shell .
done
vcompletion _pueue zsh pueue
vcompletion pueue.bash bash pueue
vcompletion pueue.fish fish pueue
vcompletion _pueue zsh pueue
vlicense LICENSE
}