diff options
author | youri <youri@pkgsrc.org> | 2015-06-05 22:45:07 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2015-06-05 22:45:07 +0000 |
commit | 3f5e30144944e922a3a6b33ec956288d01466eef (patch) | |
tree | 2b61adb76550a50828cb8730d625a4cc51914685 /x11 | |
parent | 9f376a0950df8ebcc33a145a137aa0a0f3004727 (diff) | |
download | pkgsrc-3f5e30144944e922a3a6b33ec956288d01466eef.tar.gz |
Import sxhkd-0.5.5 as x11/sxhkd.
sxhkd is a simple X hotkey daemon with a powerful and compact
configuration syntax.
ok khorben
Diffstat (limited to 'x11')
-rw-r--r-- | x11/sxhkd/DESCR | 2 | ||||
-rw-r--r-- | x11/sxhkd/Makefile | 23 | ||||
-rw-r--r-- | x11/sxhkd/PLIST | 3 | ||||
-rw-r--r-- | x11/sxhkd/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
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 |