opm is a minimalistic password manager written in shell utilizing openssl(1) and signify(1) to handle the password store ok ajacoutot@, naddy@
19 lines
332 B
Makefile
19 lines
332 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2019/10/05 18:53:24 robert Exp $
|
|
|
|
COMMENT = minimalistic password manager written in shell
|
|
|
|
GH_ACCOUNT = rnagy
|
|
GH_PROJECT = opm
|
|
GH_TAGNAME = 1.0
|
|
|
|
CATEGORIES = security
|
|
|
|
MAINTAINER = Robert Nagy <robert@openbsd.org>
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = x11/xclip
|
|
|
|
.include <bsd.port.mk>
|