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:
parent
9dd9ed0afc
commit
af263887df
18
security/opm/Makefile
Normal file
18
security/opm/Makefile
Normal 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
2
security/opm/distinfo
Normal 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
2
security/opm/pkg/DESCR
Normal 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
3
security/opm/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user