Package Details: grizzly-bin 0.6.1-1

Git Clone URL: https://aur.archlinux.org/grizzly-bin.git (read-only, click to copy)
Package Base: grizzly-bin
Description: A utility for managing Jsonnet dashboards against the Grafana API
Upstream URL: https://github.com/grafana/grizzly
Keywords: grafana
Licenses: Apache-2.0
Conflicts: grizzly
Submitter: thelooter
Maintainer: thelooter
Last Packager: thelooter
Votes: 0
Popularity: 0.000000
First Submitted: 2024-06-12 18:26 (UTC)
Last Updated: 2024-11-19 16:10 (UTC)

Latest Comments

existemi commented on 2024-11-21 23:59 (UTC)

Please support aarch64

# Maintainer: Eve Kolb <evekolb2204@gmail.com>
pkgname=grizzly-bin
pkgver=0.6.1
pkgrel=1
pkgdesc="A utility for managing Jsonnet dashboards against the Grafana API"
arch=('x86_64' 'aarch64')
url="https://github.com/grafana/grizzly"
license=('Apache-2.0')
source_x86_54=("grr-v${pkgver}::https://github.com/grafana/grizzly/releases/download/v${pkgver}/grr-linux-amd64")
sha256sums_x86_64=('55ffef45fcdf67786c9bd96a5f09df3d9ad7d8b63c29207a449d0914c8534244')
source_aarch64=("grr-v${pkgver}::https://github.com/grafana/grizzly/releases/download/v${pkgver}/grr-linux-arm64")
sha256sums_aarch64=('558e009a5e78bbf7dfe75f2915df201ada7bed14c35e42fa2493b13b053d5b41')
conflicts=('grizzly')
package() {
        install -Dm755 "${srcdir}/grr-v${pkgver}" "$pkgdir/usr/bin/grr"
}