2020-12-29 01:43:41 -06:00

16 lines
435 B
Bash

# Template file for 'pueue'
pkgname=pueue
version=0.9.0
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=15fc17ffc931ba077bf7951f403009bd8391eec9e735b0c7297a5dfba997ebed
post_install() {
vlicense LICENSE
}