chshersh / tool-sync

🧰 Download pre-built binaries of all your favourite tools with a single command
https://crates.io/crates/tool-sync
Mozilla Public License 2.0
69 stars 16 forks source link

Support tarballs with the GNU Sparse File extension #86

Open chshersh opened 1 year ago

chshersh commented 1 year ago

Currently, tool-sync can't support some tools because their macOS archives use the GNU Sparse File feature:

https://github.com/chshersh/tool-sync/blob/b79eeb91cfdc3a122e6693d503117f68ff1fb44e/src/sync/db.rs#L99-L110

This is blocked by the following issue in tar crate: