import clipmenu-6.2.0

clipmenu is a simple clipboard manager using dmenu or rofi.  Despite
being only <300 lines, clipmenu has many useful features, including:

 * Customising the maximum number of clips stored (default 1000)
 * Disabling clip collection temporarily with clipctl
 * Not storing clipboard changes from certain programs, like password
   managers
 * Taking direct ownership of the clipboard

from Thim Cederlund, thanks!  ok sthen@
This commit is contained in:
op 2022-04-13 17:38:18 +00:00
parent 86b35dd3a3
commit 5b2f1bbb91
4 changed files with 48 additions and 0 deletions

31
x11/clipmenu/Makefile Normal file
View File

@ -0,0 +1,31 @@
COMMENT = simple clipboard manager using dmenu
GH_ACCOUNT = cdown
GH_PROJECT = clipmenu
GH_TAGNAME = 6.2.0
CATEGORIES = x11
MAINTAINER = Thim Cederlund <thim@cederlund.de>
# Unlicense
PERMIT_PACKAGE = Yes
RUN_DEPENDS = shells/bash \
sysutils/flock \
sysutils/truncate \
x11/clipnotify \
x11/dmenu \
x11/xsel
NO_TEST = Yes
NO_BUILD = Yes
do-install:
.for x in clipctl clipdel clipfsck clipmenu clipmenud
${INSTALL_SCRIPT} ${WRKSRC}/$x ${PREFIX}/bin/
.endfor
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/clipmenu/
${INSTALL_DATA} ${WRKSRC}/README.md ${PREFIX}/share/doc/clipmenu/
.include <bsd.port.mk>

2
x11/clipmenu/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (clipmenu-6.2.0.tar.gz) = FYMEKdvnjagWjnHG4cyfzPXE0D666MzvsKXbqpitu7g=
SIZE (clipmenu-6.2.0.tar.gz) = 9019

8
x11/clipmenu/pkg/DESCR Normal file
View File

@ -0,0 +1,8 @@
clipmenu is a simple clipboard manager using dmenu or rofi. Despite
being only <300 lines, clipmenu has many useful features, including:
* Customising the maximum number of clips stored (default 1000)
* Disabling clip collection temporarily with clipctl
* Not storing clipboard changes from certain programs, like password
managers
* Taking direct ownership of the clipboard

7
x11/clipmenu/pkg/PLIST Normal file
View File

@ -0,0 +1,7 @@
bin/clipctl
bin/clipdel
bin/clipfsck
bin/clipmenu
bin/clipmenud
share/doc/clipmenu/
share/doc/clipmenu/README.md