1 # Contributer: Mick Koch <kchmck@gmail.com>
6 pkgdesc="Hughesnet 'fair access policy' tool"
8 url="http://github.com/kchmck/hektor"
10 depends=("curl" "lua" "libxdg-basedir")
11 makedepends=("git" "pkgconfig")
14 _gitroot="git://github.com/kchmck/hektor.git"
19 msg "Connecting to git server..."
21 if [ ! -d $_gitname ]; then
22 git clone --depth 1 $_gitroot $_gitname
30 make DESTDIR="$pkgdir" install