New package: ssss-0.5
This commit is contained in:
parent
06c0e55abf
commit
7c70a4d67c
22
srcpkgs/ssss/template
Normal file
22
srcpkgs/ssss/template
Normal 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user