# Maintainer: youngunix # Contributor: Otto Allmendinger pkgname=vertx pkgver=3.6.2 pkgrel=1 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=("0157c9ee2db462f83dbc1b7f56d89c6b9b88eff58da1d0406b4f38b44c7d3b71") 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 }