mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Bring back reop
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
COMMENT = create and verify cryptographic signatures
|
||||
|
||||
VERSION = 2.1.1
|
||||
REVISION = 0
|
||||
DISTNAME = reop-${VERSION}
|
||||
CATEGORIES = security sysutils
|
||||
|
||||
MAINTAINER = James Turner <james@calminferno.net>
|
||||
|
||||
HOMEPAGE = http://www.tedunangst.com/flak/post/reop
|
||||
SITES = http://www.tedunangst.com/flak/files/
|
||||
EXTRACT_SUFX = .tgz
|
||||
|
||||
# ISC
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = c sodium util
|
||||
LIB_DEPENDS = security/libsodium>=0.7.0
|
||||
|
||||
ALL_TARGET = reop
|
||||
MAKE_FLAGS = CC="${CC}" \
|
||||
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lutil -lsodium"
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC}/tests && sh test.sh
|
||||
|
||||
do-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/reop.1 ${PREFIX}/man/man1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/reop ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,2 @@
|
||||
SHA256 (reop-2.1.1.tgz) = +orgWMUe/sW945+rFbQnXmOU2asd0hkP/bo8+Zg/3Kw=
|
||||
SIZE (reop-2.1.1.tgz) = 32533
|
||||
@@ -0,0 +1,3 @@
|
||||
reop (reasonable expectation of privacy) is a utility that creates and
|
||||
verifies cryptographic signatures. It supports both asymmetric and
|
||||
symmetric encryption.
|
||||
@@ -0,0 +1,2 @@
|
||||
@bin bin/reop
|
||||
@man man/man1/reop.1
|
||||
Reference in New Issue
Block a user