contrib/sxhkd/Pkgfile
2015-03-23 13:48:45 +01: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.5
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
}