New package: rusty-diceware-0.2.0

This commit is contained in:
Jan Christian Gruenhage 2018-11-20 22:51:09 +01:00 committed by maxice8
parent afe3179224
commit e052753f97

View file

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