Rename pkg_mklink.src to target (#496)

* rename mklinks src to target
* allow src as an alternate
* rename dest to link_name
* do docs
13 files changed
tree: 50022b6d72a144d64bfaeff2c846a349bdaf31d1
  1. .bazelci/
  2. deb_packages/
  3. distro/
  4. doc_build/
  5. docs/
  6. examples/
  7. pkg/
  8. tests/
  9. toolchains/
  10. .bazelignore
  11. .gitignore
  12. AUTHORS
  13. BUILD
  14. CODEOWNERS
  15. CONTRIBUTING.md
  16. CONTRIBUTORS
  17. deps.bzl
  18. developers.md
  19. install.bzl
  20. LICENSE
  21. mappings.bzl
  22. package_variables.bzl
  23. patching.md
  24. pkg.bzl
  25. providers.bzl
  26. README.md
  27. rpm.bzl
  28. version.bzl
  29. 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