void-packages/srcpkgs/rusty-diceware/template
Đoàn Trần Công Danh d21de3397f remove wrksrc en-mass
2022-11-08 22:30:37 +07:00

16 lines
633 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="jcgruenhage <jan.christian@gruenhage.xyz>"
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
}