diff --git a/srcpkgs/rusty-diceware/template b/srcpkgs/rusty-diceware/template new file mode 100644 index 00000000000..4c2d7e689f5 --- /dev/null +++ b/srcpkgs/rusty-diceware/template @@ -0,0 +1,16 @@ +# Template file for 'rusty-diceware' +pkgname=rusty-diceware +version=0.2.0 +revision=1 +wrksrc="${pkgname}-v${version}" +build_style=cargo +short_desc="Commandline diceware, sans dice, written in rustlang" +maintainer="jcgruenhage " +license="AGPL-3.0" +homepage="https://gitlab.com/yuvallanger/rusty-diceware" +distfiles="https://gitlab.com/yuvallanger/rusty-diceware/-/archive/v${version}/rusty-diceware-v${version}.tar.gz" +checksum=de9520123a4732b7bcb7397f142e36132032a9156fb17a46adb7e96a393a3b29 + +post_install() { + vlicense LICENSE +}