1 # Maintainer: Ng Oon-Ee <ngoonee.talk@gmail.com>
2 # Contributor (auto-disper-git): Byron Clark <byron@theclarkfamily.name>
6 pkgdesc="Auto-detect connected display hardware and load appropriate X11 setup using xrandr or disper. Formerly auto-disper."
7 url="http://github.com/wertarbyte/autorandr"
11 conflicts=('auto-disper-git')
14 _gitroot="http://github.com/wertarbyte/autorandr.git"
20 if [ -d $_gitname ]; then
21 cd $_gitname && git pull origin
23 git clone $_gitroot $_gitname
26 install -D -m 0755 $srcdir/$_gitname/autorandr $pkgdir/usr/bin/autorandr
27 ln -s autorandr $pkgdir/usr/bin/auto-disper
29 # vim: set ft=sh ts=2 sw=2 et: