# Maintainer: Tomasz Zok pkgname=orchent pkgver=1.2.2 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=('11420de33e13fcde6177ff48deeb9fe3') build() { cd "$pkgname-$pkgver" utils/compile.sh } package() { cd "$pkgname-$pkgver" install -D ${pkgname} ${pkgdir}/usr/bin/${pkgname} }