Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...) https://bazelbuild.github.io/rules_pkg/
Go to file
aiuto 9126ba8074
Start a developer docs page (#413)
* start a developer docs page
2021-09-01 21:42:29 -04:00
.bazelci add missing files from examples (#403) 2021-08-18 09:23:49 -04:00
deb_packages Replace deb_packages README to point to the forks 2021-06-08 10:51:38 -04:00
docs Add version numbers to title pages of versioned docs (#409) 2021-08-16 20:37:25 -04:00
examples add missing files from examples (#403) 2021-08-18 09:23:49 -04:00
pkg prepare for a 0.5.1 release (#411) 2021-08-18 09:32:17 -04:00
.gitignore Allow supplying package_dir of pkg_tar from a file (#57) 2019-07-25 23:01:00 -04:00
AUTHORS Add deb_packages ruleset 2017-12-28 16:57:43 +01:00
CODEOWNERS Start a developer docs page (#413) 2021-09-01 21:42:29 -04:00
CONTRIBUTING.md html != md 2020-07-14 20:18:47 -04:00
CONTRIBUTORS Start a developer docs page (#413) 2021-09-01 21:42:29 -04:00
LICENSE initial commit 2017-12-21 14:20:32 -05:00
README.md Start a developer docs page (#413) 2021-09-01 21:42:29 -04:00
developers.md Start a developer docs page (#413) 2021-09-01 21:42:29 -04:00
patching.md Create patching.md 2020-07-14 20:15:01 -04:00

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