Move pkg_deb documentation from .md file to .bzl (#445)

2 files changed
tree: 0053e0032b4d9e9e6fe242dc968bc6419ebcb495
  1. .bazelci/
  2. deb_packages/
  3. distro/
  4. docs/
  5. examples/
  6. pkg/
  7. tests/
  8. toolchains/
  9. .gitignore
  10. AUTHORS
  11. BUILD
  12. CODEOWNERS
  13. CONTRIBUTING.md
  14. CONTRIBUTORS
  15. deps.bzl
  16. developers.md
  17. install.bzl
  18. LICENSE
  19. mappings.bzl
  20. package_variables.bzl
  21. patching.md
  22. pkg.bzl
  23. providers.bzl
  24. README.md
  25. rpm.bzl
  26. version.bzl
  27. WORKSPACE
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