updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / vim-xhtml / PKGBUILD
blob7a764668dc87ce4336d093181e2580968c67e2f2
1 # Contributor: Nathan Owe <aur@ndowens04.tk>
2 pkgname=vim-xhtml
3 pkgver=1.2
4 pkgrel=1
5 pkgdesc="XHTML syntax highlighting for VIM"
6 arch=('i686' 'x86_64')
7 url="http://www.vim.org/scripts/script.php?script_id=1236"
8 license=('unknown')
9 depends=('vim' 'vim-mathml' 'vim-svg')
10 source=('xhtml.vim')
11 md5sums=('ec5b4cbf210d43b24e373a7bd1669683') 
13 build() {
14   cd $srcdir/
16   install -d $pkgdir/usr/share/vim/plugin
17   install xhtml.vim $pkgdir/usr/share/vim/plugin/
20 # vim:set ts=2 sw=2 et: