Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...) https://bazelbuild.github.io/rules_pkg/
Go to file
aiuto 7499938b1e
Fix some lint warnings. (#519)
Make buildifier shut up about some docstrings and ordering of attributes. More to do in another pass.
2022-02-03 21:38:56 -05:00
.bazelci
deb_packages
distro
doc_build Fix some lint warnings. (#519) 2022-02-03 21:38:56 -05:00
docs Fix some typos (#516) 2022-02-03 17:23:56 -05:00
examples
pkg Fix some lint warnings. (#519) 2022-02-03 21:38:56 -05:00
tests Fix some lint warnings. (#519) 2022-02-03 21:38:56 -05:00
toolchains
.bazelignore
.gitignore Add symlink support to pkg_zip (#499) 2022-01-29 00:34:38 -05:00
AUTHORS
BUILD
CODEOWNERS Add docs baseline for 0.6.0 (#509) 2022-01-28 15:31:58 -05:00
CONTRIBUTING.md
CONTRIBUTORS
LICENSE
README.md
WORKSPACE
deps.bzl Fix some lint warnings. (#519) 2022-02-03 21:38:56 -05:00
developers.md
install.bzl
mappings.bzl
package_variables.bzl
patching.md
pkg.bzl
providers.bzl
rpm.bzl
version.bzl

README.md

Bazel package building

Bazel rules for building tar, zip, deb, and rpm for packages.

Use rules-pkg-discuss@googlegroups.com for discussion.

CI: Build status

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