void-packages/srcpkgs/pueue/template
2020-06-29 09:46:21 -05:00

16 lines
435 B
Bash

# 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
}