import of opm-1.0:

opm is a minimalistic password manager written in shell utilizing openssl(1)
and signify(1) to handle the password store

ok ajacoutot@, naddy@
This commit is contained in:
robert 2019-10-05 18:53:24 +00:00
parent 9dd9ed0afc
commit af263887df
4 changed files with 25 additions and 0 deletions

18
security/opm/Makefile Normal file
View File

@ -0,0 +1,18 @@
# $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>

2
security/opm/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (opm-1.0.tar.gz) = dGHdfhXguaAnNxbCTblwAkItCNZEz8U+apBK/qdiuXk=
SIZE (opm-1.0.tar.gz) = 4535

2
security/opm/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
opm is a minimalistic password manager written in shell utilizing openssl(1)
and signify(1) to handle the password store

3
security/opm/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/10/05 18:53:24 robert Exp $
bin/opm
@man man/man1/opm.1