updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / vim-codepad / PKGBUILD
blobbfc43931ac3529684cfdf835cb17415b05140e59
1 # Maintainer: Eduardo Reveles <me at osiux dot ws>
2 pkgname=vim-codepad
3 pkgver=1.4
4 _scriptid=13438
5 pkgrel=1
6 pkgdesc="Post the contents of your current buffer to the pastebin service at codepad.org"
7 arch=('any')
8 url="http://www.vim.org/scripts/script.php?script_id=2298"
9 license=('custom')
10 depends=(vim)
11 groups=('vim-plugins')
12 install=vimdoc.install
13 source=(${pkgname}::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}
14         license.txt)
15 md5sums=('a08286132612828b01d5257d4a98cc3c'
16          'efbd5986e691ce8c876fb86e8f5961ea')
18 build() {
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