blob: 0153aa08d7a2b5ff4bbf92bb4a0adfa4dbcbe3c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Leo Robinovitch <leorobinovitch@gmail.com>
pkgname='kl-bin'
pkgver=0.5.1
pkgrel=1
pkgdesc='An interactive Kubernetes log viewer for your terminal.'
url='https://github.com/robinovitch61/kl'
arch=('aarch64' 'i686' 'x86_64')
license=('MIT')
provides=('kl')
conflicts=('kl')
depends=('glibc')
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/robinovitch61/kl/releases/download/v0.5.1/kl_0.5.1_Linux_arm64.tar.gz")
sha256sums_aarch64=('570e0ace8cc033b1c73ca78926f7ebd8737fab285f6766f6f687bf466d5e4620')
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/robinovitch61/kl/releases/download/v0.5.1/kl_0.5.1_Linux_i386.tar.gz")
sha256sums_i686=('5f7d6157c538bc9e41bf2d35f25c12feeed2d05dc2755793c62d0ea35f3a651a')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/robinovitch61/kl/releases/download/v0.5.1/kl_0.5.1_Linux_x86_64.tar.gz")
sha256sums_x86_64=('2e34b5dc893a799db128c7e668455639fb759356ff61bd64f59f0bd245a58d5a')
package() {
install -Dm755 "./kl" "${pkgdir}/usr/bin/kl"
}
|