[arch-commits] Commit in bazel/repos (testing-x86_64)

2020-05-23 Thread Levente Polyak via arch-commits
Date: Saturday, May 23, 2020 @ 19:08:56
  Author: anthraxx
Revision: 632456

remove leftover directory

Deleted:
  bazel/repos/testing-x86_64/


[arch-commits] Commit in bazel/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-03-23 Thread Konstantin Gizdov via arch-commits
Date: Saturday, March 23, 2019 @ 14:27:45
  Author: kgizdov
Revision: 443241

archrelease: copy trunk to testing-x86_64

Added:
  bazel/repos/testing-x86_64/
  bazel/repos/testing-x86_64/PKGBUILD
(from rev 443240, bazel/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: bazel/repos/testing-x86_64/PKGBUILD (from rev 443240, 
bazel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-23 14:27:45 UTC (rev 443241)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Co-Maintainer: Konstantin Gizdov 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=0.23.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=('7f18927e82fb960df4ce1369540fd41e565df1c7255f08390abed3763c0cb70f0bc130da38cb48ff9799cc591e8607ffc25791b842e9c7d51a17a0eae2978415'
+'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:


[arch-commits] Commit in bazel/repos (testing-x86_64)

2017-11-30 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, November 30, 2017 @ 21:16:37
  Author: svenstaro
Revision: 270894

Delete fuckup

Deleted:
  bazel/repos/testing-x86_64/


[arch-commits] Commit in bazel/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-11-30 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, November 30, 2017 @ 21:14:51
  Author: svenstaro
Revision: 270893

archrelease: copy trunk to testing-x86_64

Added:
  bazel/repos/testing-x86_64/
  bazel/repos/testing-x86_64/PKGBUILD
(from rev 270892, bazel/trunk/PKGBUILD)

--+
 PKGBUILD |   38 ++
 1 file changed, 38 insertions(+)

Copied: bazel/repos/testing-x86_64/PKGBUILD (from rev 270892, 
bazel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-30 21:14:51 UTC (rev 270893)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=0.8.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=('742eecf6f141632ecad25dcee978942004c1b37966c42cff2c1a5e97a01c0870d61959eb6b1d038d5a26ff2338871a2cdb65fa4fc02e37beca76b89981c837e1'
+'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: