summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5ff2a269720b2a69c92bf136feae9ce612391e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Victor <victor@xirion.net>

pkgname=rke-bin
pkgver=v1.0.4
pkgrel=1
pkgdesc='Rancher Kubernetes Engine, an extremely simple, lightning fast Kubernetes installer that works everywhere.'
arch=('x86_64')
url='https://github.com/rancher/rke'
license=('Apache')
provides=('rke')
_rke_file=rke-$pkgver
source=($_rke_file::"https://github.com/rancher/rke/releases/download/${pkgver}/rke_linux-amd64")
sha256sums=('8219a09dbf21b2712ae21a2a43c86e941eeeaccd791552e806026c092f5a94cb')

package() {
    install -Dm 755 "$srcdir/$_rke_file" "${pkgdir}/usr/bin/rke"
}