New port: security/gonepass
A GTK+ reader for 1Password password management vault files. WWW: https://github.com/jbreams/gonepass PR: 226706 Submitted by: greg@unrelenting.technology Reviewed by: lwhsu (earlier version)
This commit is contained in:
parent
096eab59ce
commit
39926c3352
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491268
4 changed files with 32 additions and 0 deletions
|
@ -186,6 +186,7 @@
|
|||
SUBDIR += gnutls
|
||||
SUBDIR += go-cve-dictionary
|
||||
SUBDIR += go.crypto
|
||||
SUBDIR += gonepass
|
||||
SUBDIR += gopass
|
||||
SUBDIR += goptlib
|
||||
SUBDIR += gorilla
|
||||
|
|
25
security/gonepass/Makefile
Normal file
25
security/gonepass/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gonepass
|
||||
DISTVERSION= g20181221
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= greg@unrelenting.technology
|
||||
COMMENT= GTK+ 1Password reader
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake compiler:c++11-lang gnome pkgconfig ssl
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jbreams
|
||||
GH_TAGNAME= 3da5cfa120
|
||||
USE_GNOME= gtk30 gtkmm30
|
||||
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
PLIST_FILES= bin/gonepass \
|
||||
share/applications/gonepass.desktop \
|
||||
share/pixmaps/gonepass.png
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/gonepass/distinfo
Normal file
3
security/gonepass/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1545483140
|
||||
SHA256 (jbreams-gonepass-g20181221-3da5cfa120_GH0.tar.gz) = f2918117b8d46861f29f780ad3861fd2787a00f09506e6db02bedc7e37fc4b47
|
||||
SIZE (jbreams-gonepass-g20181221-3da5cfa120_GH0.tar.gz) = 394567
|
3
security/gonepass/pkg-descr
Normal file
3
security/gonepass/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A GTK+ reader for 1Password password management vault files.
|
||||
|
||||
WWW: https://github.com/jbreams/gonepass
|
Loading…
Reference in a new issue