[arch-commits] Commit in bazel/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat Jul 13 03:35:58 UTC 2019
Date: Saturday, July 13, 2019 @ 03:35:58
Author: svenstaro
Revision: 489309
archrelease: copy trunk to community-x86_64
Added:
bazel/repos/community-x86_64/PKGBUILD
(from rev 489308, bazel/trunk/PKGBUILD)
Deleted:
bazel/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-13 03:35:52 UTC (rev 489308)
+++ PKGBUILD 2019-07-13 03:35:58 UTC (rev 489309)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Co-Maintainer: Konstantin Gizdov <arch at kge.pw>
-# Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
-# Contributor: Simon Legner <Simon.Legner at gmail.com>
-
-pkgname=bazel
-pkgver=0.27.1
-pkgrel=1
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('x86_64')
-license=('Apache')
-url='https://bazel.io/'
-depends=('java-environment=12' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python')
-options=('!distcc' '!strip')
-source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip"
- "https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig")
-sha512sums=('97e95c325dfea231cb4af445be9f85f9fb73e75631a01b25b21ce077709870b70e09d37f0b4eb491232ee6494e235a72c6a08273e9231b056bdb6deda4e17a00'
- 'SKIP')
-validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
-
-build() {
- env EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" ./compile.sh
- ./output/bazel build scripts:bazel-complete.bash
- cd output
- ./bazel shutdown
-}
-
-package() {
- install -Dm755 "${srcdir}/scripts/packages/bazel.sh" "${pkgdir}/usr/bin/bazel"
- install -Dm755 "${srcdir}/output/bazel" "${pkgdir}/usr/bin/bazel-real"
- install -Dm644 "${srcdir}/bazel-bin/scripts/bazel-complete.bash" "${pkgdir}/usr/share/bash-completion/completions/bazel"
- install -Dm644 "${srcdir}/scripts/zsh_completion/_bazel" "${pkgdir}/usr/share/zsh/site-functions/_bazel"
- mkdir -p "${pkgdir}/opt/bazel"
- for d in examples third_party tools; do
- cp -r "${srcdir}/${d}" "${pkgdir}/opt/bazel/"
- done
-}
-# vim:set ts=2 sw=2 et:
Copied: bazel/repos/community-x86_64/PKGBUILD (from rev 489308, bazel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-07-13 03:35:58 UTC (rev 489309)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Co-Maintainer: Konstantin Gizdov <arch at kge.pw>
+# Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
+# Contributor: Simon Legner <Simon.Legner at gmail.com>
+
+pkgname=bazel
+pkgver=0.28.0
+pkgrel=1
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.io/'
+depends=('java-environment=12' 'libarchive' 'zip' 'unzip')
+makedepends=('git' 'protobuf' 'python')
+options=('!distcc' '!strip')
+source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip"
+ "https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig")
+sha512sums=('5cc694d5b1b3bb0318fc8dadd5773ab1bcedae1e742f06d3f71f6eb81fdadb31d115144e418c9a5a24cacab06bb73421390c53dd8b27f49c6902eb2ea04b1745'
+ 'SKIP')
+validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
+
+build() {
+ env EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" ./compile.sh
+ ./output/bazel build scripts:bazel-complete.bash
+ cd output
+ ./bazel shutdown
+}
+
+package() {
+ install -Dm755 "${srcdir}/scripts/packages/bazel.sh" "${pkgdir}/usr/bin/bazel"
+ install -Dm755 "${srcdir}/output/bazel" "${pkgdir}/usr/bin/bazel-real"
+ install -Dm644 "${srcdir}/bazel-bin/scripts/bazel-complete.bash" "${pkgdir}/usr/share/bash-completion/completions/bazel"
+ install -Dm644 "${srcdir}/scripts/zsh_completion/_bazel" "${pkgdir}/usr/share/zsh/site-functions/_bazel"
+ mkdir -p "${pkgdir}/opt/bazel"
+ for d in examples third_party tools; do
+ cp -r "${srcdir}/${d}" "${pkgdir}/opt/bazel/"
+ done
+}
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list