Package Details: jsonnet-bundler-bin 0.6.0-2

Git Clone URL: https://aur.archlinux.org/jsonnet-bundler-bin.git (read-only, click to copy)
Package Base: jsonnet-bundler-bin
Description: jsonnet package manager
Upstream URL: https://github.com/jsonnet-bundler/jsonnet-bundler
Licenses: Apache-2.0
Submitter: tongpu
Maintainer: tongpu (eyenx, metalmatze)
Last Packager: tongpu
Votes: 6
Popularity: 0.000000
First Submitted: 2019-06-19 12:07 (UTC)
Last Updated: 2024-11-22 16:49 (UTC)

Dependencies (0)

Required by (4)

Sources (2)

Latest Comments

tongpu commented on 2024-11-22 16:50 (UTC)

@existemi I've pushed 0.6.0-2, which adds support for aarch64. Could you please verify that it works for you.

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

Please support aarch64

# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
# Co-Maintainer: Matthias Loibl <mail@matthiasloibl.com>

pkgname=jsonnet-bundler-bin
pkgver=0.6.0
pkgrel=1
pkgdesc="jsonnet package manager"
arch=('x86_64' 'aarch64')
url="https://github.com/jsonnet-bundler/jsonnet-bundler"
license=('Apache')
source_x86_64=("jb-v${pkgver}::https://github.com/jsonnet-bundler/jsonnet-bundler/releases/download/v${pkgver}/jb-linux-amd64")
sha256sums_x86_64=('78e54afbbc3ff3e0942b1576b4992277df4f6beb64cddd58528a76f0cd70db54')
source_aarch64=("jb-v${pkgver}::https://github.com/jsonnet-bundler/jsonnet-bundler/releases/download/v${pkgver}/jb-linux-arm64")
sha256sums_aarch64=('19f2da64816137cd87a82dd963c752ff4b7c8701fc1ed7b979c356321dcf3f5a')

package() {
  install -Dm 755 "${srcdir}/jb-v${pkgver}" "${pkgdir}/usr/bin/jb"
}