clipnotify: Import clipnotify-1.0.2 as wip/clipnotify

clipnotify is a simple program that, using the XFIXES extension to X11,
waits until a new selection is available and then exits.
This commit is contained in:
Leonardo Taccari 2020-08-02 16:04:45 +02:00
parent f83245ffb8
commit 3905f1ba44
5 changed files with 35 additions and 0 deletions

View File

@ -431,6 +431,7 @@ SUBDIR+= clfswm
SUBDIR+= clhep
SUBDIR+= cli-git
SUBDIR+= clic
SUBDIR+= clipnotify
SUBDIR+= cliquer
SUBDIR+= clisp
SUBDIR+= clisp-asdf

2
clipnotify/DESCR Normal file
View File

@ -0,0 +1,2 @@
clipnotify is a simple program that, using the XFIXES extension to X11,
waits until a new selection is available and then exits.

23
clipnotify/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $NetBSD$
DISTNAME= clipnotify-1.0.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=cdown/}
MAINTAINER= leot@NetBSD.org
HOMEPAGE= https://github.com/cdown/clipnotify/
COMMENT= Notify on new X clipboard events
LICENSE= public-domain
# Do not hardcode possible X11 {C,LD}FLAGS, they are passed by pkgsrc
MAKE_FLAGS+= x11_bsd_flags=
INSTALLATION_DIRS= bin share/doc/clipnotify
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/clipnotify ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/clipnotify
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXfixes/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

3
clipnotify/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $NetBSD$
bin/clipnotify
share/doc/clipnotify/README.md

6
clipnotify/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (clipnotify-1.0.2.tar.gz) = fbc64733f702a905ad53711d7eda0e1d32c11a06
RMD160 (clipnotify-1.0.2.tar.gz) = 8c147ae963b6645315ebc7428b05e4206ecebd7d
SHA512 (clipnotify-1.0.2.tar.gz) = 52277099d9543e0f550de63ff2e15e3e7ba63ea38f3928006e2b570bb1bcdd3f2f09892bd4efecc1f36fb5131e0567c28c2b0597123c90b9f78ab6fbd02dfc49
Size (clipnotify-1.0.2.tar.gz) = 1318 bytes