1 # Maintainer: lolilolicon <lolilolicon#gmail#com>
6 pkgdesc="HTML5 omnicomplete and syntax"
8 url="https://github.com/othree/html5.vim"
11 groups=('vim-plugins')
13 _gitroot=https://github.com/othree/html5.vim
18 msg "Connecting to GIT server...."
20 if [ -d $_gitname ] ; then
21 cd $_gitname && git pull origin
22 msg "The local files are updated."
24 git clone $_gitroot $_gitname
27 msg "GIT checkout done or server timeout"
28 msg "Starting make..."
32 cd "$srcdir/$_gitname"
34 local installpath=$pkgdir/usr/share/vim/vimfiles
35 mkdir -p "$installpath"
36 cp -r autoload/ indent/ syntax/ "$installpath/"