bazelbuild / rules_pkg

Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...)
Apache License 2.0
226 stars 175 forks source link

Add support for the txz extension in pkg_tar (#653) #654

Closed dfr closed 1 year ago

dfr commented 1 year ago

This extension is fairly common and is used by Slackware and FreeBSD distributions. The implementation already allows tgz so adding txz for consistency seems reasonable.