diff options
author | davidovski <david@davidovski.xyz> | 2022-02-21 20:34:31 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-21 20:34:31 +0000 |
commit | 659a17748c93c6523d2266511f4a5013a2c335be (patch) | |
tree | 44886b96872a027cb50a2bb853a4ad64b3414858 /repo/x11/sxhkd.xibuild | |
parent | 2d428977ccc7d6f19fe7ae239ef730c6ebd16520 (diff) |
added fzf and sxhkd
Diffstat (limited to 'repo/x11/sxhkd.xibuild')
-rw-r--r-- | repo/x11/sxhkd.xibuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/repo/x11/sxhkd.xibuild b/repo/x11/sxhkd.xibuild new file mode 100644 index 0000000..a352175 --- /dev/null +++ b/repo/x11/sxhkd.xibuild @@ -0,0 +1,17 @@ +#!/bin/bash + +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 +} + +package () { + make DESTDIR=$PKG_DEST install +} |