|
|
|
|
|
by adimitrov
2368 days ago
|
|
That's the nature of these spare time one (wo)man side projects: packaging a piece of software for a wide variety of distributions and platforms is tedious and boring, so unless there's a large community (or money) involved, you have to compile it from source. Of course, you can always package your favourite utility for your favourite distribution. I'm sure the author would be thrilled to endorse your package in the Readme. Note also that Rust can compile to portable static binaries. This tool is available as such from the releases page on GH (it's in the readme) |
|