summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4bc5b5aab802300c0ef243789840e7eb6012fa7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributor: kaptoxic (at) yahoo (dot) com
# Contributor: Chris Chapman chris(dot)chapman(at)aggiemail(dot)usu(dot)edu
pkgname=eclipse-plantuml
pkgver=1.1.18.201704180954
pkgrel=1
pkgdesc="PlantUML integration into Eclipse"
arch=('i686' 'x86_64')
url="http://plantuml.sourceforge.net/eclipse.html"
license=('EPL')
depends=("graphviz" "eclipse>=3.2")
source=("http://files.idi.ntnu.no/publish/plantuml/repository/plugins/net.sourceforge.plantuml.eclipse_${pkgver}.jar")
md5sums=('f12c5b23aabce943fb98f1e8574b0a67')

package() {

    _dest=${pkgdir}/usr/share/eclipse/plugins/

    cd ${srcdir}

    install -d ${_dest}
   
    install -Dm644 net.sourceforge.plantuml.eclipse_${pkgver}.jar ${_dest}
}