summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 340a88134e5c828436b025d450c1a4a0941c93b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Martin Minka <martin dot minka at gmail dot com>

pkgname=hl-log-viewer-bin
pkgver='v0.28.0'
pkgrel=1
pkgdesc='Log viewer which translates JSON logs into pretty human-readable representation'
url='https://github.com/pamburus/hl'
conflicts=('hl-log-viewer')
depends=()
makedepends=()
arch=('x86_64' 'aarch64')
license=('MIT')

source_x86_64=("$pkgname-$pkgver.tar.gz::https://github.com/pamburus/hl/releases/download/${pkgver//_/-}/hl-linux-x86_64-gnu.tar.gz")
source_aarch64=("$pkgname-$pkgver.tar.gz::https://github.com/pamburus/hl/releases/download/${pkgver//_/-}/hl-linux-arm64-gnu.tar.gz")
sha512sums_x86_64=('daf447ad8d013144b16a4f9c20991f739f3f032ffa33085203cbb71d2a201858c0c082ad54216408244f0e1880ce685680c284b89cb61a8bacb04b1c85475cfb')
sha512sums_aarch64=('9b0248bbf1c528cce17d32ed2e1c32ca329ee4455c473af8904bee94a4b2f16ee14b467ab97e2cd4f6a1314f0b0a6a5bf3c26d3bf360acb0251db98a75724667')

package() {
  install -Dm0755 "hl" "$pkgdir/usr/bin/hl"
}