summaryrefslogtreecommitdiff
path: root/sxhkd/Pkgfile
blob: dfdce0c865d4264478528e34eedfb845b060d96f (plain)
    1 # Description: A simple X hotkey daemon
    2 # URL:         https://github.com/baskerville/sxhkd
    3 # Maintainer:  Maximilian Dietrich, dxm at openmailbox dot org
    4 # Depends on:  xorg-xcb-util xorg-xcb-util-keysyms
    5 
    6 name=sxhkd
    7 version=0.5.5
    8 release=1
    9 source=(https://github.com/baskerville/$name/archive/$version.tar.gz)
   10 
   11 build () {
   12     cd $name-$version
   13     make
   14     make DESTDIR=$PKG \
   15         PREFIX=/usr \
   16         MANPREFIX=/usr/man \
   17         install
   18     # write access only for root
   19     chmod 644 $PKG/usr/man/man1/sxhkd.1
   20 }

Generated by cgit