15 lines
436 B
Bash
15 lines
436 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
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|