From 5902bf6ba3ef98f253ce087c081e9eec850903be Mon Sep 17 00:00:00 2001 From: youri Date: Fri, 5 Jun 2015 22:45:07 +0000 Subject: Import sxhkd-0.5.5 as x11/sxhkd. sxhkd is a simple X hotkey daemon with a powerful and compact configuration syntax. ok khorben --- x11/sxhkd/DESCR | 2 ++ x11/sxhkd/Makefile | 23 +++++++++++++++++++++++ x11/sxhkd/PLIST | 3 +++ x11/sxhkd/distinfo | 5 +++++ 4 files changed, 33 insertions(+) create mode 100644 x11/sxhkd/DESCR create mode 100644 x11/sxhkd/Makefile create mode 100644 x11/sxhkd/PLIST create mode 100644 x11/sxhkd/distinfo (limited to 'x11') diff --git a/x11/sxhkd/DESCR b/x11/sxhkd/DESCR new file mode 100644 index 00000000000..1202bc20845 --- /dev/null +++ b/x11/sxhkd/DESCR @@ -0,0 +1,2 @@ +sxhkd is a simple X hotkey daemon with a powerful and compact +configuration syntax. diff --git a/x11/sxhkd/Makefile b/x11/sxhkd/Makefile new file mode 100644 index 00000000000..993becb8f33 --- /dev/null +++ b/x11/sxhkd/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2015/06/05 22:45:07 youri Exp $ + +DISTNAME= sxhkd-0.5.5 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_GITHUB:=baskerville/} +GITHUB_TAG= ${PKGVERSION} + +MAINTAINER= youri@NetBSD.org +HOMEPAGE= https://github.com/baskerville/sxhkd +COMMENT= Simple X hotkey daemon +LICENSE= 2-clause-bsd + +USE_TOOLS+= gmake + +SUBST_CLASSES+= makefile +SUBST_STAGE.makefile= pre-build +SUBST_MESSAGE.makefile= Fixing makefile +SUBST_FILES.makefile= Makefile +SUBST_SED.makefile= -e 's,share/man,${PKGMANDIR},g' + +.include "../../x11/xcb-util/buildlink3.mk" +.include "../../x11/xcb-util-keysyms/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/sxhkd/PLIST b/x11/sxhkd/PLIST new file mode 100644 index 00000000000..c84203d8a02 --- /dev/null +++ b/x11/sxhkd/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/06/05 22:45:07 youri Exp $ +bin/sxhkd +man/man1/sxhkd.1 diff --git a/x11/sxhkd/distinfo b/x11/sxhkd/distinfo new file mode 100644 index 00000000000..6ad5c837cad --- /dev/null +++ b/x11/sxhkd/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/06/05 22:45:07 youri Exp $ + +SHA1 (sxhkd-0.5.5.tar.gz) = 953ac57272adca3258ba0609a9f8c9d85450cd21 +RMD160 (sxhkd-0.5.5.tar.gz) = 0cef5d17cd55408102f319ac5d1ef608e112ed9f +Size (sxhkd-0.5.5.tar.gz) = 34634 bytes -- cgit v1.2.3