21 lines
536 B
Bash
21 lines
536 B
Bash
# Template file for 'sxhkd'
|
|
pkgname=sxhkd
|
|
version=0.5.7
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="libxcb-devel xcb-util-devel xcb-util-keysyms-devel"
|
|
short_desc="Simple X HotKey Daemon"
|
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|
license="BSD"
|
|
homepage="https://github.com/baskerville/sxhkd"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=21b8bfea2a83f019062dfea53051e2bc61896595fc788c6c7b5e3fd9354b279f
|
|
|
|
post_extract() {
|
|
sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|