New package: ssss-0.5

This commit is contained in:
Andy Weidenbaum 2018-10-22 22:05:26 -05:00 committed by maxice8
parent 06c0e55abf
commit 7c70a4d67c
1 changed files with 22 additions and 0 deletions

22
srcpkgs/ssss/template Normal file
View File

@ -0,0 +1,22 @@
# Template file for 'ssss'
pkgname=ssss
version=0.5
revision=1
build_style=gnu-makefile
hostmakedepends="xmltoman"
makedepends="gmp-devel"
short_desc="Simple command-line implementation of Shamir's Secret Sharing Scheme"
maintainer="Andy Weidenbaum <archbaum@gmail.com>"
license="GPL-2.0-or-later"
homepage="http://point-at-infinity.org/ssss/"
distfiles="http://point-at-infinity.org/ssss/${pkgname}-${version}.tar.gz"
checksum=5d165555105606b8b08383e697fc48cf849f51d775f1d9a74817f5709db0f995
do_install() {
vbin ssss-combine
vbin ssss-split
vlicense LICENSE
vman ssss.1
vdoc doc.html
vdoc ssss.1.html
}