[arch-commits] Commit in bazel/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sun Feb 4 03:42:10 UTC 2018
Date: Sunday, February 4, 2018 @ 03:42:09
Author: svenstaro
Revision: 288870
archrelease: copy trunk to community-x86_64
Added:
bazel/repos/community-x86_64/PKGBUILD
(from rev 288869, bazel/trunk/PKGBUILD)
Deleted:
bazel/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-04 03:41:56 UTC (rev 288869)
+++ PKGBUILD 2018-02-04 03:42:09 UTC (rev 288870)
@@ -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.9.0
-pkgrel=1
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('x86_64')
-license=('Apache')
-url='https://bazel.io/'
-depends=('java-environment>=8' 'java-environment<9' '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=('94393b968201f4f3977e2fdd58f47a6dc9dc07ad24d95a0d955049ccf38e1c0d48fe0f4ff2f3f30844e1137ee77a8e1f5567db05a8681149582a2dc0b221b8f7'
- '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 288869, bazel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-02-04 03:42:09 UTC (rev 288870)
@@ -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.10.0
+pkgrel=1
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.io/'
+depends=('java-environment>=8' 'java-environment<9' '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=('48234ca3bf1e51f2182f7b2a3b1314a9acb10249f13f14ad4378bd7eddd841c4f6869ef43280ea228e4c06888ffa625e9f939e822cdeb60de3933435b22dd3ea'
+ '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