# Maintainer: Rhinoceros pkgname=vim-diffchar pkgver=9.1 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') # no licence https://github.com/rickhowe/diffchar.vim/issues/3 depends=('vim') groups=('vim-plugins') source=("$pkgname-$pkgver.zip::https://www.vim.org/scripts/download_script.php?src_id=28230") sha256sums=('cfe46cc04cb1dde533a1db73ef42eca22b6e57e1ce382b0bfe1b58e542da7311') prepare() { rm doc/tags } package() { _installpath="${pkgdir}/usr/share/vim/vimfiles" mkdir -p "${_installpath}" cp -r autoload doc plugin "${_installpath}" }