summaryrefslogtreecommitdiffstats
path: root/wm-addons
diff options
context:
space:
mode:
authorVlad Glagolev2018-02-26 07:50:35 -0500
committerVlad Glagolev2018-02-26 07:50:35 -0500
commit60a034c8d15cf09876a924e9a162d5cc3abba4b3 (patch)
tree0b8fef70f52353e89de4818dbd46d92d2f944a82 /wm-addons
parent30750d4db3263d2c42241fd8915dad29e19e4e04 (diff)
sxhkd: new spell, simple X hotkey daemon
Diffstat (limited to 'wm-addons')
-rwxr-xr-xwm-addons/sxhkd/BUILD1
-rwxr-xr-xwm-addons/sxhkd/DEPENDS2
-rwxr-xr-xwm-addons/sxhkd/DETAILS19
-rw-r--r--wm-addons/sxhkd/HISTORY2
-rwxr-xr-xwm-addons/sxhkd/INSTALL1
5 files changed, 25 insertions, 0 deletions
diff --git a/wm-addons/sxhkd/BUILD b/wm-addons/sxhkd/BUILD
new file mode 100755
index 0000000000..8f58e6df93
--- /dev/null
+++ b/wm-addons/sxhkd/BUILD
@@ -0,0 +1 @@
+make
diff --git a/wm-addons/sxhkd/DEPENDS b/wm-addons/sxhkd/DEPENDS
new file mode 100755
index 0000000000..456910a21f
--- /dev/null
+++ b/wm-addons/sxhkd/DEPENDS
@@ -0,0 +1,2 @@
+depends libxcb &&
+depends xcb-util-keysyms
diff --git a/wm-addons/sxhkd/DETAILS b/wm-addons/sxhkd/DETAILS
new file mode 100755
index 0000000000..82fc46d347
--- /dev/null
+++ b/wm-addons/sxhkd/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=sxhkd
+ VERSION=0.5.8
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/baskerville/${SPELL}/archive/${VERSION}.tar.gz
+ SOURCE_HASH=sha512:59b38a77e7fd4b23cb109a1365514f39d23ae5bd1b467355ad894d3a861627fd0fc5c5fb556176161c6580c719a4032cf516f60eb3023dc30bf09ae362e4e094
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/baskerville/sxhkd
+ LICENSE[0]=BSD
+ ENTERED=20180226
+ SHORT="simple X hotkey daemon"
+cat << EOF
+sxhkd is an X daemon that reacts to input events by executing commands.
+
+Its configuration file is a series of bindings that define the associations
+between the input events and the commands.
+
+The format of the configuration file supports a simple notation for mapping
+multiple shortcuts to multiple commands in parallel.
+EOF
diff --git a/wm-addons/sxhkd/HISTORY b/wm-addons/sxhkd/HISTORY
new file mode 100644
index 0000000000..43e8695b72
--- /dev/null
+++ b/wm-addons/sxhkd/HISTORY
@@ -0,0 +1,2 @@
+2018-02-26 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, INSTALL: created spell, version 0.5.8
diff --git a/wm-addons/sxhkd/INSTALL b/wm-addons/sxhkd/INSTALL
new file mode 100755
index 0000000000..e72b41d353
--- /dev/null
+++ b/wm-addons/sxhkd/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr" install