1 # Maintainer: Karl Kochs <captainhaggy at i2pmail dot org>
2 # Contributor: Florian Friesdorf <archlinux at chaoflow dot net>
3 pkgname=vim-vimoutliner
6 pkgdesc="Vim Outliner - one of many"
8 url="http://www.vimoutliner.org/"
10 groups=('vim-plugins')
12 optdepends=('python2: for /usr/bin/otl2html.py')
13 conflicts=('vimoutliner' 'vim-tvo')
14 install=vimdoc.install
16 "http://archive.ubuntu.com/ubuntu/pool/universe/v/vimoutliner/vimoutliner_0.3.4+pristine.orig.tar.gz"
21 md5sums=('66b69714be50a1f411830380a3e6bd5e'
22 '40bf3647f9fc9d9c600f5a22cfe3d8ea'
23 '9f59f4e104e5f5a79525565610a59b0f'
24 '911183db87820b1a26b35b7ebab27e4b')
28 ./install.sh $pkgname $srcdir/vimoutliner-$pkgver $pkgdir
30 install -Dm644 $srcdir/ftdetect_vo_base.vim \
31 $pkgdir/usr/share/vim/vimfiles/ftdetect/vo_base.vim
33 # the one provided in the tarball has a minor error
34 install -Dm644 $srcdir/vimoutlinerrc \
35 $pkgdir/usr/share/doc/vim-vimoutliner/vimoutlinerrc