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
2020-08-03 08:09:31 +00:00
version=0.7.1
2020-05-29 19:34:49 +00:00
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"
2020-08-03 08:09:31 +00:00
checksum=bb114aa443624a4ceb5bbfe498b5be6e4dd8cde32e749602afdfdc24846bc82e
2020-05-29 19:34:49 +00:00
post_install() {
vlicense LICENSE
}