diff --git a/srcpkgs/pueue/template b/srcpkgs/pueue/template new file mode 100644 index 00000000000..e966c705b39 --- /dev/null +++ b/srcpkgs/pueue/template @@ -0,0 +1,15 @@ +# 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 " +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 +}