Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : bazel | name : bazel | ||||
| version : 2.2.0 | version : 3.1.0 | ||||
| release : 6 | release : 7 | ||||
| source : | source : | ||||
| - https://github.com/bazelbuild/bazel/releases/download/2.2.0/bazel-2.2.0-dist.zip : 9379878a834d105a47a87d3d7b981852dd9f64bc16620eacd564b48533e169a7 | - https://github.com/bazelbuild/bazel/releases/download/3.1.0/bazel-3.1.0-dist.zip : d7f40d0cac95a06cea6cb5b7f7769085257caebc3ee84269dd9298da760d5615 | ||||
| license : Apache-2.0 | license : Apache-2.0 | ||||
| component : programming.tools | component : programming.tools | ||||
| summary : A fast, scalable, multi-language and extensible build system | summary : A fast, scalable, multi-language and extensible build system | ||||
| description: | | description: | | ||||
| A fast, scalable, multi-language and extensible build system | A fast, scalable, multi-language and extensible build system | ||||
| debug : no | |||||
| strip : no | strip : no | ||||
| networking : yes | |||||
| builddeps : | builddeps : | ||||
| - openjdk-8 | - openjdk-8 | ||||
| rundeps : | rundeps : | ||||
| - openjdk-8 | - openjdk-8 | ||||
| build : | | build : | | ||||
| env EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" bash compile.sh | env EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" bash compile.sh | ||||
| output/bazel build //scripts:bazel-complete.bash | $workdir/scripts/generate_bash_completion.sh --bazel=$workdir/output/bazel --output=$workdir/output/bazel.bash | ||||
| output/bazel shutdown | |||||
| install : | | install : | | ||||
| install -Dm00755 output/bazel $installdir/usr/bin/bazel | install -Dm00755 output/bazel -t $installdir/usr/share/bazel | ||||
| install -Dm00644 $workdir/bazel-bin/scripts/bazel-complete.bash $installdir/usr/share/bash-completion/completions/bazel | install -Dm00755 $pkgfiles/bazel.sh $installdir/usr/bin/bazel | ||||
| install -Dm00644 output/bazel.bash $installdir/usr/share/bash-completion/completions/bazel | |||||
| install -Dm00644 $workdir/scripts/zsh_completion/_bazel $installdir/usr/share/zsh/site-functions/_bazel | install -Dm00644 $workdir/scripts/zsh_completion/_bazel $installdir/usr/share/zsh/site-functions/_bazel | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.