summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fbcec513295f9238765399e39b40843f71b4ac1f (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.27.1'
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=('cd1ae1c621b7c19ab6180bb2c1dc6c70f66781c84d37f87ebfb8849b151e93c7bf4830a32e74c80782abaf9b24e21410181b81aba6660de032b8d35cb60556fc')
sha512sums_aarch64=('52c2975155e6619fcef5153b7916d079fb0493b7b72d98ed417a3eb98d7a5cf5fe886d77b938d99129e9b860c6d6a7374a6ba88a84f2e9639461836e5c3ad41d')

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