contrib/sxhkd/Pkgfile
Maximilian Dietrich 7d9d54a7ee sxhkd: 0.4.3 -> 0.5
2013-10-01 13:00:49 +02:00

21 lines
519 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
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
}