Skip to content

Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...)

License

Notifications You must be signed in to change notification settings

jylinv0/rules_pkg

 
 

Repository files navigation

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

About

Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Starlark 58.6%
  • Python 37.3%
  • Go 3.2%
  • Other 0.9%