[arch-commits] Commit in bazel/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sun Dec 2 22:16:20 UTC 2018
Date: Sunday, December 2, 2018 @ 22:16:19
Author: svenstaro
Revision: 410796
archrelease: copy trunk to community-x86_64
Added:
bazel/repos/community-x86_64/PKGBUILD
(from rev 410795, bazel/trunk/PKGBUILD)
Deleted:
bazel/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-02 22:16:16 UTC (rev 410795)
+++ PKGBUILD 2018-12-02 22:16:19 UTC (rev 410796)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
-# Contributor: Simon Legner <Simon.Legner at gmail.com>
-
-pkgname=bazel
-pkgver=0.19.2
-pkgrel=1
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('x86_64')
-license=('Apache')
-url='https://bazel.io/'
-depends=('java-environment=10' '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=('2922a357b05828137fa05265323e5f3ea1549f8ddb0d45a2e1ab2fa602cccd316af0bcbcf9695cfede556720d3262f19206c8739376eb3baf807e9b64eba3590'
- 'SKIP')
-validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
-
-build() {
- ./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 410795, bazel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-12-02 22:16:19 UTC (rev 410796)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
+# Contributor: Simon Legner <Simon.Legner at gmail.com>
+
+pkgname=bazel
+pkgver=0.20.0
+pkgrel=1
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.io/'
+depends=('java-environment=10' '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=('1628a99a2c95334b7b190c5cf1b80ad3ce61c827103844f68401ffe5cfa994d5b7edd9e314a2775b6ed5b8da70ad79bee0ef47b9acf409919a613069356623a3'
+ 'SKIP')
+validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
+
+build() {
+ ./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