16 lines
558 B
Bash
16 lines
558 B
Bash
# Template file for 'rusty-diceware'
|
|
pkgname=rusty-diceware
|
|
version=0.3.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=79c02206ad825604507be96623d6de9185c837900bce9b1d392095e789c06f61
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|