summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 949ef6ba4aa7310dc5a50fcacd829d26cb8423c8 (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.29.5'
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=('96c272ac12764109977e6cd53ab5246c181e209308272b4800470b4e87caed7acad7c628db66507dfb3ed791410e80b8ecedc00faec5bbee8cef0c251cc7e2f3')
sha512sums_aarch64=('728367fba92fba2d250b1c1476963733f1ea0315f518b34eae95ba41c0f98a4f4a151baab2476d1f1d2c187ff4cd77e6090e8acb26345e179f54db2d059f40c9')

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