16 lines
450 B
Bash
16 lines
450 B
Bash
# Template file for 'sss-cli'
|
|
pkgname=sss-cli
|
|
version=0.1.1
|
|
revision=2
|
|
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=dd8232b11d968df6f1e21b2492796221a0fc13ee78d99bc2e725faf11159798f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|