summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 90d8e96416af71e792142f68e8ae4fe1125562bd (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.1.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.1.0/kl_0.1.0_Linux_arm64.tar.gz")
sha256sums_aarch64=('64de1d89025c4302ce17cfdce8d2bf03ecc86d7f6bc9b18894471b00a651ecd9')

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

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

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