openbsd-ports/security/minisign/Makefile
sthen 04224a063b update to minisign-0.11
- For non-interactive usage (CI/CD, etc), encryption of private keys can
be disabled with the -W switch.

- A new command, -C was added to change passwords, or remove them (when
combined with -W).
2023-01-22 15:06:57 +00:00

24 lines
400 B
Makefile

COMMENT = dead simple tool to sign files and verify digital signatures
GH_ACCOUNT = jedisct1
GH_PROJECT = minisign
GH_TAGNAME = 0.11
CATEGORIES = security sysutils
HOMEPAGE = https://jedisct1.github.io/minisign/
# ISC
PERMIT_PACKAGE =Yes
WANTLIB = c pthread sodium
MODULES = devel/cmake
LIB_DEPENDS = security/libsodium
CFLAGS += -I${LOCALBASE}/include
NO_TEST = Yes
.include <bsd.port.mk>