firasuke / mussel

The shortest and fastest script to build working cross compilers targeting musl libc
ISC License
88 stars 12 forks source link

Implement an alternative for b3sum and wget #15

Closed takusuman closed 11 months ago

takusuman commented 11 months ago

This is helpful for Copacabana Linux® since we don't have rustc/cargo for building b3sum neither have GNU wget on the system, so providing alternatives helps in terms of compatibility with different environments. Also, in the support for other URL transfer programs, I gave priority for aria2c, which can transfer larger files such as the GNU Compiler Collection source a lot faster than cURL, Lynx, w3m or GNU wget. I hope this helps and also fixes #13.

firasuke commented 11 months ago

Merged! Thanks for taking the time to submit this PR. Code looks clean and good, and fits the goal of the project.