summaryrefslogtreecommitdiff
path: root/repo/sxhkd
diff options
context:
space:
mode:
Diffstat (limited to 'repo/sxhkd')
-rw-r--r--repo/sxhkd/sxhkd.xibuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/repo/sxhkd/sxhkd.xibuild b/repo/sxhkd/sxhkd.xibuild
new file mode 100644
index 0000000..a18247a
--- /dev/null
+++ b/repo/sxhkd/sxhkd.xibuild
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+MAKEDEPS="make"
+DEPS="xcb-util-keysyms"
+
+PKG_VER=0.6.2
+SOURCE=https://github.com/baskerville/sxhkd/archive/refs/tags/$PKG_VER.tar.gz
+
+DESC="Simple X HotKey Daemon; reacts to input events by executing commands"
+
+build () {
+ make PREFIX=/usr
+}
+
+package () {
+ make PREFIX=/usr DESTDIR=$PKG_DEST install
+}