summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4b4321777102f78cd60d416d89ce5c911c8b28ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Vojtěch Aschenbrenner <v@asch.cz>

pkgname=eclipse-vrapper
pkgver=0.56.0
_pkgdir=0.56.0
_pkgdate=20150607
pkgrel=1
pkgdesc="Vim-like editing plugin for Eclipse"
arch=('any')
url="http://vrapper.sourceforge.net/home/"
license=('GPL3')
depends=('eclipse>=3.5')
source=(http://downloads.sourceforge.net/project/vrapper/vrapper/${_pkgdir}/vrapper_${pkgver}_${_pkgdate}.zip)
sha256sums=('302d452a0c7036b2531e464c50734fa239f64fe173b5ff1b7b4cad9d693a6b9b')

package() {
  local dest=${pkgdir}/usr/share/eclipse/dropins/vrapper/eclipse
  install -d ${dest}
  cp -r ${srcdir}/{features,plugins,README.txt,LICENSE.txt,CHANGELOG.txt} ${dest}
}