summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 632b7f1a8d17316e9f8801c759a6e2f6ad65026d (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.6.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.6.0/kl_0.6.0_Linux_arm64.tar.gz")
sha256sums_aarch64=('727c5f1cfff8493dfb7b17401b482f4ef4a48ac2b15659c94903aaf08fd5f055')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/robinovitch61/kl/releases/download/v0.6.0/kl_0.6.0_Linux_i386.tar.gz")
sha256sums_i686=('034588a02acb0921c8df7181c0fcd9b847509f7b7e71d713867c3110876f72fe')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/robinovitch61/kl/releases/download/v0.6.0/kl_0.6.0_Linux_x86_64.tar.gz")
sha256sums_x86_64=('158d6d2a2ee42d70a0400cac8515b7979f8f110a112b3a286ab8ebcbf0c3a5be')

package() {
  install -Dm755 "./kl" "${pkgdir}/usr/bin/kl"
}