[ITP] sxhkd 0.6.3
NASAL DEMONS via Cygwin-apps <[email protected]>
| Newsgroups | gmane.os.cygwin.applications |
|---|---|
| Message-ID | <[email protected]> |
https://archlinux.org/packages/extra/x86_64/sxhkd/
https://packages.debian.org/trixie/sxhkd
i tested it with rubywm, works ok: https://github.com/vidarh/rubywm
sxhkd.cygport :
NAME="sxhkd"
VERSION=0.6.3
RELEASE=1
CATEGORY="X11"
SUMMARY="Simple X hotkey daemon"
DESCRIPTION="an X daemon that reacts to input events by executing commands"
HOMEPAGE="https://github.com/baskerville/sxhkd"
LICENSE="BSD-2-Clause"
SRC_URI="https://github.com/baskerville/sxhkd/archive/refs/tags/${VERSION}.tar.gz"
REQUIRES="libX11_6"
BUILD_REQUIRES="libxcb-util-devel libxcb-xkb-devel libxcb-keysyms-devel"
ARCH=noarch
MAKEOPTS="PREFIX=/usr"
src_compile() {
cd ${B}
lndirs
cygmake
}