# Maintainer: Tomasz Zok pkgname=orchent pkgver=1.2.1 pkgrel=1 pkgdesc="Orchestrator Command Line Client" arch=(x86 x86_64) url="https://github.com/indigo-dc/orchent" license=('Apache') depends=('go>=1.5') source=(https://github.com/indigo-dc/$pkgname/archive/$pkgver.tar.gz) md5sums=('869d7b8215f4182be9a486d362abc533') build() { cd "$pkgname-$pkgver" utils/compile.sh } package() { cd "$pkgname-$pkgver" install -D ${pkgname} ${pkgdir}/usr/bin/${pkgname} }