The intended design is to be brutally simple
All you do is add what packages you want to install, and they can be installed.
- Installing a package:
sudo spm install <package>
- Removing a package:
sudo spm remove <package>
In the unlikelyness of something needing to be configurd.
Actually, this one is a personal pet peeve of the SSPM project's maintainer:
If your program needs C libraries, well then that's your problem!
- Should have your make file deal with it, or make a makefile that uses spm to download dependencies.
- We won't clutter the package manager with a billion libraries.
Or as Linus Thorvalds said:
- Which is something Glibc constantly violates and which is why it's absolutely trash for every CCSS!
- That was sarcasm, truth is I didn't feel like adding it in yet.
Probably not, as SSPM will likely be simpler, and is the source that has been forked here.