show
show copied to clipboard
Commandline tool for package building
What?
Show how to write a tool for building (Debian) packages.
Why?
Might teach a few things about how package management works internally and different tradeoffs on how to model that with Rust.
How?
Look at other package managers, e.g. fpm.
Would be fun to port some Ruby code to Rust. E.g. this tar utility.