diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2016-07-21 18:47:55 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2016-07-21 18:47:55 +0000 |
commit | 780c9ecaf3adb806021bb9ad41da4c4e326a1a2d (patch) | |
tree | f5928a90a25c5e16a2ee2033ec76a4388d9c4df9 /deskutils | |
parent | 7e8f632366746ff8e1a682d98a5d17158558b919 (diff) | |
download | ports-780c9ecaf3adb806021bb9ad41da4c4e326a1a2d.tar.gz ports-780c9ecaf3adb806021bb9ad41da4c4e326a1a2d.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/copyq/Makefile | 29 | ||||
-rw-r--r-- | deskutils/copyq/distinfo | 3 | ||||
-rw-r--r-- | deskutils/copyq/pkg-descr | 3 |
4 files changed, 36 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index c052b41e6347..c59d36837cd4 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -28,6 +28,7 @@ SUBDIR += conduit SUBDIR += conkyemail SUBDIR += conkyforecast + SUBDIR += copyq SUBDIR += countdown SUBDIR += cycle SUBDIR += dailystrips diff --git a/deskutils/copyq/Makefile b/deskutils/copyq/Makefile new file mode 100644 index 000000000000..f27e3e5af058 --- /dev/null +++ b/deskutils/copyq/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= copyq +PORTVERSION= 2.7.1 +DISTVERSIONPREFIX= v +CATEGORIES= deskutils + +MAINTAINER= kris@ixsystems.com +COMMENT= Qt5 based clipboard manager + +LICENSE= GPLv3 + +USE_XORG+= x11 xfixes xtst +USE_QT5= core gui network svg multimedia imageformats \ + buildtools_build x11extras concurrent widgets xml \ + script +USE_GL+= gl +USES= qmake + +PLIST_FILES= bin/copyq + +USE_GITHUB= yes +GH_ACCOUNT= hluk +GH_PROJECT= CopyQ + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/copyq ${STAGEDIR}${PREFIX}/bin/copyq + +.include <bsd.port.mk> diff --git a/deskutils/copyq/distinfo b/deskutils/copyq/distinfo new file mode 100644 index 000000000000..23d321d83cff --- /dev/null +++ b/deskutils/copyq/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1469125509 +SHA256 (hluk-CopyQ-v2.7.1_GH0.tar.gz) = 4b8efd6e4041a0aa5f3361eb3aef93f51b5919c14502138e9f4a0b756b290d91 +SIZE (hluk-CopyQ-v2.7.1_GH0.tar.gz) = 1490106 diff --git a/deskutils/copyq/pkg-descr b/deskutils/copyq/pkg-descr new file mode 100644 index 000000000000..325552469ba1 --- /dev/null +++ b/deskutils/copyq/pkg-descr @@ -0,0 +1,3 @@ +CopyQ is advanced clipboard manager with editing and scripting features. + +WWW: https://github.com/hluk/CopyQ |