Files
rancher-k3d-bin/PKGBUILD
Jonas Dellinger c195a31749 Updated: 1.4.0
2020-01-02 15:56:29 +01:00

16 lines
508 B
Bash

# Maintainer: Jonas Dellinger <jonas@dellinger.dev>
pkgname="rancher-k3d-bin"
pkgver=1.4.0
pkgrel=2
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=('1ce92b6b3bbdbfd8346602306c28c285c872a1eac4c01ed0505f1871a8de71ee')
package() {
install -Dm 0755 ${pkgname}-${pkgver} "$pkgdir/usr/bin/k3d"
}