void-packages/srcpkgs/rusty-diceware/template

17 lines
558 B
Bash

# 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 <jan.christian@gruenhage.xyz>"
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
}