parent
78c48b81d2
commit
bd5c99c239
|
@ -0,0 +1,15 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue