# Description:  Free UML Tool for Fast UML Diagrams (stand-alone version)
# URL:  http://www.umlet.com
# Maintainer:  z3bra, dev at z3bra dot org
# Depends on:  jre

name=umlet
version=12.2
release=2
source=(http://www.umlet.com/${name}_${version//./_}/${name}_${version}.zip
        umlet.sh.diff)

build() {
    cd "$SRC/Umlet"

    patch -Np1 -i $SRC/umlet.sh.diff

    install -D -m0755 umlet.sh $PKG/usr/bin/umlet
    install -d -m755 $PKG/usr/share
    mv ${SRC}/Umlet $PKG/usr/share/umlet
}
# vim: set ft=sh ts=4 et:
