void-packages/srcpkgs/sss-cli/template

16 lines
450 B
Bash

# Template file for 'sss-cli'
pkgname=sss-cli
version=0.1.0
revision=1
build_style=cargo
short_desc="Shamir's secret sharing scheme CLI tool"
maintainer="Louis Dupré Bertoni <contact@louisdb.xyz>"
license="MIT"
homepage="https://github.com/dsprenkels/sss-cli"
distfiles="https://github.com/dsprenkels/sss-cli/archive/v${version}.tar.gz"
checksum=25295aac4fb4e910ef69578cf1b559cc9f9ed29b75042d3f71621cbb5fca2bb6
post_install() {
vlicense LICENSE
}