updated on Tue Jan 17 20:03:13 UTC 2012
[aur-mirror.git] / vim-dpaste / PKGBUILD
blob67552f00f23ff6f23c4342b851406182462c39d3
1 # Contributor: Nathan Owe <ndowens.aur @ gmail.com>
2 pkgname=vim-dpaste
3 pkgver=0.1
4 pkgrel=3
5 pkgdesc="Vim plugin to paste to dpaste.com"
6 arch=('i686' 'x86_64')
7 url="http://www.vim.org/scripts/script.php?script_id=2519"
8 license=('unknown')
9 depends=('vim')
10 source=('dpaste.vim')
11 md5sums=('34744c9f918b109cafb49aeab21b41ed') 
13 build() {
14   cd ${srcdir}/
16   install -d ${pkgdir}/usr/share/vim/vim72/plugin
17   install dpaste.vim ${pkgdir}/usr/share/vim/vim72/plugin/dpaste.vim