# Maintainer: Nicola Mori # Contributor: Sven Schneider # Contributor: Jose Valecillos pkgname=cmakeed pkgver=1.23.0 pkgrel=1 pkgdesc="CMake plugin for Eclipse" arch=('any') url="https://github.com/15knots/cmakeed" license=('EPL') depends=('eclipse-cpp') source=("https://dl.cloudsmith.io/public/15knots/p2-zip/raw/files/CMakeEd-${pkgver}.zip") noextract=() md5sums=('b5a0f4bb78a8e249aeeec09300c24644') package() { _dest="${pkgdir}/usr/lib/eclipse/dropins/${pkgname}/eclipse" install -d ${_dest} cp -a "features" ${_dest} cp -a "plugins" ${_dest} }