aboutsummaryrefslogtreecommitdiff
path: root/sysutils/qtpass
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-05-29 14:26:28 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-05-29 14:26:28 +0000
commit2152c540eb81e4da0b284b03a610b47519d2475a (patch)
tree060a49f33da495544ec17eec44aa0d04addef95b /sysutils/qtpass
parentbe44ff875c163ef66c885fba225c7b6f4f8f4734 (diff)
downloadports-2152c540eb81e4da0b284b03a610b47519d2475a.tar.gz
ports-2152c540eb81e4da0b284b03a610b47519d2475a.zip
New port: sysutils/qtpass
GUI for pass, the standard UNIX password manager. WWW: https://qtpass.org/ PR: 204122 Submitted by: Anne Jan Brouwer <brouwer@annejan.com>
Notes
Notes: svn path=/head/; revision=416108
Diffstat (limited to 'sysutils/qtpass')
-rw-r--r--sysutils/qtpass/Makefile25
-rw-r--r--sysutils/qtpass/distinfo3
-rw-r--r--sysutils/qtpass/pkg-descr3
3 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/qtpass/Makefile b/sysutils/qtpass/Makefile
new file mode 100644
index 000000000000..bdbffe46b7f2
--- /dev/null
+++ b/sysutils/qtpass/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= qtpass
+PORTVERSION= 1.1.1
+DISTVERSIONPREFIX=v
+CATEGORIES=sysutils
+
+MAINTAINER= brouwer@annejan.com
+COMMENT= Qt GUI for pass, the standard unix password manager
+
+LICENSE= GPLv3
+
+RUN_DEPENDS= pass:sysutils/password-store
+
+USES= qmake
+USE_GITHUB= yes
+GH_ACCOUNT= IJhack
+USE_QT5= buildtools core gui linguisttools network widgets
+USE_GL= gl
+PLIST_FILES= bin/qtpass
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/qtpass ${STAGEDIR}${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/sysutils/qtpass/distinfo b/sysutils/qtpass/distinfo
new file mode 100644
index 000000000000..4729a5ae1053
--- /dev/null
+++ b/sysutils/qtpass/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1464523901
+SHA256 (IJhack-qtpass-v1.1.1_GH0.tar.gz) = 9a312281d40941c0eb1ae90fdaa19d0c07bbad8b3cee559d5fb61ffb171f274f
+SIZE (IJhack-qtpass-v1.1.1_GH0.tar.gz) = 216755
diff --git a/sysutils/qtpass/pkg-descr b/sysutils/qtpass/pkg-descr
new file mode 100644
index 000000000000..86b2cd28decd
--- /dev/null
+++ b/sysutils/qtpass/pkg-descr
@@ -0,0 +1,3 @@
+GUI for pass, the standard UNIX password manager.
+
+WWW: https://qtpass.org/