summaryrefslogtreecommitdiff
path: root/repo/x11/sxhkd/sxhkd.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/x11/sxhkd/sxhkd.xibuild')
-rw-r--r--repo/x11/sxhkd/sxhkd.xibuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/repo/x11/sxhkd/sxhkd.xibuild b/repo/x11/sxhkd/sxhkd.xibuild
deleted file mode 100644
index a18247a..0000000
--- a/repo/x11/sxhkd/sxhkd.xibuild
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/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
-}