# Maintainer: youngunix # Contributor: Otto Allmendinger pkgname=vertx pkgver=3.4.2 pkgrel=2 pkgdesc="Effortless asynchronous application development for the modern web and enterprise" arch=(any) url="http://vertx.io" license=("APACHE") depends=("java-environment>=7") source=("https://bintray.com/artifact/download/vertx/downloads/vert.x-${pkgver}-full.tar.gz") sha256sums=("03abce899a6752069e0eff49c0bded3c71635bf3bcbb8b277c80ced029e5ffac") package() { install -d -m 755 ${pkgdir}/opt mv ${srcdir}/vertx/ ${pkgdir}/opt/vertx install -d -m 755 ${pkgdir}/usr/bin ln -s /opt/vertx/bin/vertx ${pkgdir}/usr/bin }