updated on Mon Jan 23 16:10:15 UTC 2012
[aur-mirror.git] / vim-htmlhelper / PKGBUILD
blob3a8528c1a16249903be18b90d634fa0e6816ed2d
1 # Contributor: Laszlo Papp <djszapi @ gmail at com>
2 # Maintainer: Nathan Owe <ndowens04+AUR @ gmail.com>
3 pkgname=vim-htmlhelper
4 pkgver=1.0
5 pkgrel=2
6 pkgdesc="Html macros and mappings"
7 arch=('i686' 'x86_64')
8 url="http://www.vim.org/scripts/script.php?script_id=2665"
9 license=('custom')
10 depends=('vim')
11 source=('license.txt' 'html.vim')
12 md5sums=('efbd5986e691ce8c876fb86e8f5961ea'\
13          '5604b12ce687aa3e5c37c76cac794c4f')
15 build() {
16         cd $srcdir/
17      install -d $pkgdir/usr/share/{vim/ftplugin,licenses/$pkgname}
18      install html.vim $pkgdir/usr/share/vim/ftplugin/
19      install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/