makedepends=(libxcb xcb-util xcb-util-wm xcb-util-keysyms )

description="Simple X hotkey daemon"
url="https://github.com/baskerville/sxhkd"
packager="Great-OS Team"
maintainer="rems"

name=sxhkd
version=0.6.3

PKGMK_KEEP_SOURCES="no"

source=(https://github.com/baskerville/$name/archive/$version.tar.gz)


build() {
cd $name-$version

	make PREFIX=/usr
	make DESTDIR=$PKG \
		PREFIX=/usr \
		install

	# write access only for root
	chmod 644 $PKG/usr/share/man/man1/sxhkd.1

}
