1 # Contributor: Michael Zoech <michi.zoech+arch at gmail>
2 pkgname=eclipse-vrapper
6 pkgdesc="Vim-like editing plugin for Eclipse"
8 url="http://vrapper.sourceforge.net/home/"
10 depends=('eclipse>=3.5')
11 source=(http://downloads.sourceforge.net/project/vrapper/vrapper/${pkgver}/vrapper_${pkgver}_${_pkgdate}.zip)
14 local dest=${pkgdir}/usr/share/eclipse/dropins/vrapper/eclipse
16 cp -r ${srcdir}/{features,plugins,README.txt,LICENSE.txt,CHANGELOG.txt} ${dest} || return 1
19 md5sums=('69e9f2bb8124a0ee058239741089c384')