contrib/sxhkd/Pkgfile

21 lines
521 B
Plaintext
Raw Normal View History

2013-09-24 14:36:33 +02:00
# 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
2013-12-05 23:07:08 +01:00
version=0.5.3
2013-09-24 14:36:33 +02:00
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
}