1 # Maintainer: Nicholas Ring <nring8@gmail.com>
6 pkgdesc="A fast, standalone Javascript checker."
8 url="https://github.com/berke/jsure"
11 makedepends=('git' 'aurochs-git')
14 _gitroot="https://github.com/berke/jsure.git"
20 msg "Connecting to GIT server..."
21 if [ -d $_gitname ] ; then
22 cd $_gitname && git pull origin
23 msg "The local files are updated."
25 git clone $_gitroot $_gitname
28 msg "GIT checkout done or server timeout"
29 msg "Starting make..."
30 cd "$srcdir/$_gitname"
33 mkdir -p "$pkgdir/usr/bin" || return 1
34 PREFIX="$pkgdir/usr" make install