17 lines
623 B
Bash
17 lines
623 B
Bash
# Template file for 'rusty-diceware'
|
|
pkgname=rusty-diceware
|
|
version=0.5.8
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Commandline diceware, sans dice, written in rustlang"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="AGPL-3.0-only"
|
|
homepage="https://gitlab.com/yuvallanger/rusty-diceware"
|
|
changelog="https://gitlab.com/yuvallanger/rusty-diceware/-/raw/master/CHANGELOG.md"
|
|
distfiles="https://gitlab.com/yuvallanger/rusty-diceware/-/archive/diceware-v${version}/rusty-diceware-diceware-v${version}.tar.gz"
|
|
checksum=a3301f585149af8818d10972238656b9586a3fd78a6842150aec6d0ae8e4dbe8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|