# Maintainer: Rhinoceros pkgname=vim-diffchar pkgver=6.9 pkgrel=1 pkgdesc="Improve vim's diff mode, by finding exact differences between lines, character by character" arch=('any') url='http://www.vim.org/scripts/script.php?script_id=4932' license=('unknown') depends=('vim') groups=('vim-plugins') source=("$pkgname-$pkgver.zip::http://www.vim.org/scripts/download_script.php?src_id=25523") sha256sums=('12e14db588d62c2e866ccd7d41183891959bcafab45bb427064ccd661f11056e') prepare() { rm doc/tags } package() { _installpath="${pkgdir}/usr/share/vim/vimfiles" mkdir -p "${_installpath}" cp -r autoload doc plugin "${_installpath}" # install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }