20 lines
536 B
Bash
20 lines
536 B
Bash
# Template file for 'pueue'
|
|
pkgname=pueue
|
|
version=0.10.2
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Command-line tool for managing long-running tasks"
|
|
maintainer="crater2150 <void@qwertyuiop.de>"
|
|
license="MIT"
|
|
homepage="https://github.com/Nukesor/pueue"
|
|
distfiles="https://github.com/Nukesor/pueue/archive/v${version}.tar.gz"
|
|
checksum=dbd333079df9249609f6a01d7c96175ec9d74f9d621688b95ec755134b7fa1f5
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
x86_64*|i686*|arm*|aarch64*) ;;
|
|
*) broken="ftbfs in ring" ;;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|