import clipnotify-1.0.2

clipnotify waits until a new selection is available and then exits.
It is primarly made for clipmenu, but it can be used in shell scripts.

from Thim Cederlund, thanks!  ok sthen@
This commit is contained in:
op 2022-04-13 17:36:01 +00:00
parent 6bedf21ac4
commit 86b35dd3a3
4 changed files with 26 additions and 0 deletions

21
x11/clipnotify/Makefile Normal file
View File

@ -0,0 +1,21 @@
COMMENT = notify on X clipboard events
GH_ACCOUNT = cdown
GH_PROJECT = clipnotify
GH_TAGNAME = 1.0.2
CATEGORIES = x11
MAINTAINER = Thim Cederlund <thim@cederlund.de>
# Unlicense
PERMIT_PACKAGE = Yes
WANTLIB = X11 Xfixes c
NO_TEST = Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/clipnotify ${PREFIX}/bin/
.include <bsd.port.mk>

2
x11/clipnotify/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (clipnotify-1.0.2.tar.gz) = lJElRy6LfYcYrekmgSrplna4bC+VxU979HqwCsjtyTw=
SIZE (clipnotify-1.0.2.tar.gz) = 1318

2
x11/clipnotify/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
clipnotify waits until a new selection is available and then exits.
It is primarly made for clipmenu, but it can be used in shell scripts.

1
x11/clipnotify/pkg/PLIST Normal file
View File

@ -0,0 +1 @@
@bin bin/clipnotify