contrib/sxhkd/Pkgfile
Maximilian Dietrich 65d47157a9 sxhkd: 0.5 -> 0.5.1
2013-10-07 22:19:38 +02:00

21 lines
521 B
Plaintext

# Description: A simple X hotkey daemon
# URL: https://github.com/baskerville/sxhkd
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
# Depends on: xorg-xcb-util xorg-xcb-util-keysyms
name=sxhkd
version=0.5.1
release=1
source=(https://github.com/baskerville/$name/archive/$version.tar.gz)
build () {
cd $name-$version
make
make DESTDIR=$PKG \
PREFIX=/usr \
MANPREFIX=/usr/man \
install
# write access only for root
chmod 644 $PKG/usr/man/man1/sxhkd.1
}