megastep / makeself

A self-extracting archiving tool for Unix systems, in 100% shell script.
https://makeself.io
GNU General Public License v2.0
2.29k stars 368 forks source link

Add bzip3 algorithm support #288

Closed mrbenjadmin closed 1 year ago

mrbenjadmin commented 1 year ago

I would like to see support for creating bzip3 archives with makeself as i've noticed it tends to offer better compression ratios than the currently supported algorithms. The readme included in the respository linked above shows a few benchmarks against other popular algorithms. It's already been packaged for and included in the repositories for many popular linux distributions, so it hopefully wouldn't suffer from a lack of availability.

megastep commented 1 year ago

Sure - this should be a trivial addition as we already support a bunch of other compression methods. I'm assuming this would be similar to the existing bzip2 support with just a different command name? Feel free to submit a PR for this if you'd like.