View | Details | Raw Unified | Return to bug 226706 | Differences between
and this patch

Collapse All | Expand All

(-)i/security/gonepass/Makefile (+25 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	gonepass
4
DISTVERSION=	g20181221
5
CATEGORIES=	security
6
7
MAINTAINER=	greg@unrelenting.technology
8
COMMENT=	GTK+ 1Password reader
9
10
LICENSE=	APACHE20
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
USES=		cmake ssl pkgconfig
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	jbreams
16
GH_TAGNAME=	3da5cfa120
17
USE_GNOME=	gtk30 gtkmm30
18
19
INSTALLS_ICONS=	yes
20
21
PLIST_FILES=	bin/gonepass \
22
		share/applications/gonepass.desktop \
23
		share/pixmaps/gonepass.png
24
25
.include <bsd.port.mk>
(-)i/security/gonepass/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1545483140
2
SHA256 (jbreams-gonepass-g20181221-3da5cfa120_GH0.tar.gz) = f2918117b8d46861f29f780ad3861fd2787a00f09506e6db02bedc7e37fc4b47
3
SIZE (jbreams-gonepass-g20181221-3da5cfa120_GH0.tar.gz) = 394567
(-)i/security/gonepass/pkg-descr (+3 lines)
Added Link Here
1
A GTK+ reader for 1Password password management vault files.
2
3
WWW: https://github.com/jbreams/gonepass

Return to bug 226706