void-packages/srcpkgs/pueue/template

16 lines
435 B
Bash
Raw Normal View History

2020-05-29 19:34:49 +00:00
# Template file for 'pueue'
pkgname=pueue
version=0.6.1
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=fa9691ff7441bee19eab2bf15238a1c014059968dcc26cc394772061f1000122
post_install() {
vlicense LICENSE
}