# Maintainer: Simon Weald pkgname=kompose-bin _srcname=kompose pkgver=0.5.0 pkgrel=1 pkgdesc="Takes a Docker Compose file and translates it into Kubernetes resources" url="http://kompose.io/" license=('Apache') arch=('x86_64') [ "$CARCH" = 'x86_64' ] && _arch='linux-amd64' source_x86_64=("https://github.com/kubernetes-incubator/kompose/releases/download/v$pkgver/kompose-linux-amd64") md5sums_x86_64=('b9834d18f2bed1db7e00c8b4d0f4ca6b') package() { install -Dm755 "$srcdir/$_srcname-$_arch" "$pkgdir/usr/bin/kompose" }