bozaro / rules_pkg

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bazel package building

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

Latest version: 0.7.0 Release Notes / Documentation

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

We hold an engineering status meeting on the first Monday of every month at 10am USA East coast time. Add to calendar / meeting notes

About

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

License:Apache License 2.0


Languages

Language:Starlark 59.7%Language:Python 39.5%Language:Smarty 0.5%Language:Shell 0.3%Language:C++ 0.0%