summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 76dd738178146107fd7f2636a1b8526ac03ec77c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Simon Weald <simon[at]simonweald[dot]com>

pkgname=kompose-bin
_srcname=kompose
pkgver=0.7.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.tar.gz")
md5sums_x86_64=('b56153e9fd6cf5895c1a96f0c83e8320')


package() {
	install -Dm755 "$srcdir/$_srcname-$_arch" "$pkgdir/usr/bin/kompose"
}