mirror of https://github.com/bazelbuild/rules_pkg
Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...)
https://bazelbuild.github.io/rules_pkg/
9126ba8074
* start a developer docs page |
||
---|---|---|
.bazelci | ||
deb_packages | ||
docs | ||
examples | ||
pkg | ||
.gitignore | ||
AUTHORS | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
CONTRIBUTORS | ||
LICENSE | ||
README.md | ||
developers.md | ||
patching.md |
README.md
Bazel package building
Bazel rules for building tar, zip, deb, and rpm for packages.
Use rules-pkg-discuss@googlegroups.com for discussion.
Basic rules
Package building rules
- pkg - Rules for building packages of various types.
- examples - Cookbook examples for using the rules.
As of Bazel 4.x, Bazel uses this rule set for packaging its distribution. Bazel
still contains a limited version of pkg_tar
but its feature set is frozen.
Any new capabilities will be added here.
For developers
patching.md README.md
- Contributor information (including contributor license agreements)
- Patch process
- Coding guidelines and other developer information