18 lines
483 B
Bash
18 lines
483 B
Bash
# Template file for 'sxhkd'
|
|
pkgname=sxhkd
|
|
version=0.5.8
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
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=d7df48d7d301d1cf06f45172bcfe712510e98dcdbdb896af662cf979f9666855
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|