blob: 9fa294da6fa3dcaefa85402b302e9dbb75f8b247 (
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.4.0
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.4.0/kl_0.4.0_Linux_arm64.tar.gz")
sha256sums_aarch64=('d10aea936c9c0254dcd87560095f1f6c8702aa4347ce80bb7e72a4c074d49b22')
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/robinovitch61/kl/releases/download/v0.4.0/kl_0.4.0_Linux_i386.tar.gz")
sha256sums_i686=('aa83800a663c39f8089c54d64c271c1714ffafd9ddc860b95c60f952e01ba22a')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/robinovitch61/kl/releases/download/v0.4.0/kl_0.4.0_Linux_x86_64.tar.gz")
sha256sums_x86_64=('b6d490a66e32bd59db2b2227e279dce0d379e77de834aab95e48bf8c23294ac2')
package() {
install -Dm755 "./kl" "${pkgdir}/usr/bin/kl"
}
|