1 # Maintainer: Eduardo Reveles <me at osiux dot ws>
6 pkgdesc="Post the contents of your current buffer to the pastebin service at codepad.org"
8 url="http://www.vim.org/scripts/script.php?script_id=2298"
11 groups=('vim-plugins')
12 install=vimdoc.install
13 source=(${pkgname}::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}
15 md5sums=('a08286132612828b01d5257d4a98cc3c'
16 'efbd5986e691ce8c876fb86e8f5961ea')
19 install -Dm755 ${srcdir}/${pkgname} ${pkgdir}/usr/share/vim/vim72/plugin/codepad.vim || return 1
20 install -Dm755 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt