Files
rancher-k3d-bin/PKGBUILD
Jonas Dellinger 376ef8cb67 Update: 1.5.1
2020-01-23 03:17:13 +01:00

16 lines
508 B
Bash

# Maintainer: Jonas Dellinger <jonas@dellinger.dev>
pkgname="rancher-k3d-bin"
pkgver=1.5.1
pkgrel=1
pkgdesc='Little helper to run Rancher Labs k3s in Docker'
arch=('x86_64')
url='https://github.com/rancher/k3d'
license=('MIT')
provides=("k3d")
source=("${pkgname}-${pkgver}::https://github.com/rancher/k3d/releases/download/v$pkgver/k3d-linux-amd64")
sha256sums=('4bceda601726c65d5641afd4f2f1430300be9636592102a4f0a88ff58b590b82')
package() {
install -Dm 0755 ${pkgname}-${pkgver} "$pkgdir/usr/bin/k3d"
}