blob: 0712db62f305d9093bd79175f049f6b91b82736c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = buildozer
pkgdesc = A command line tool to rewrite Bazel BUILD files using standard conventions
pkgver = 8.0.3
pkgrel = 1
url = https://github.com/bazelbuild/buildtools
arch = x86_64
arch = aarch64
license = Apache
makedepends = git
makedepends = python
conflicts = buildozer-bin
source = buildozer::git+https://github.com/bazelbuild/buildtools.git#commit=ad48c76ab9b528d89e103ffbf6037900e75a69df
md5sums = SKIP
source_x86_64 = bazelisk-bin-x86_64-1.25.0::https://github.com/bazelbuild/bazelisk/releases/download/v1.25.0/bazelisk-linux-amd64
sha256sums_x86_64 = fd8fdff418a1758887520fa42da7e6ae39aefc788cf5e7f7bb8db6934d279fc4
source_aarch64 = bazelisk-bin-aarch64-1.25.0::https://github.com/bazelbuild/bazelisk/releases/download/v1.25.0/bazelisk-linux-arm64
sha256sums_aarch64 = 4c8d966e40ac2c4efcc7f1a5a5cceef2c0a2f16b957e791fa7a867cce31e8fcb
pkgname = buildozer
|