An extremely in progress package manager
Go to file
Skye Bleed bd22812bfa Removed unused imports 2019-09-03 06:22:01 -05:00
scripts Added arch setup script and reconfigured i to use it 2019-09-03 06:21:27 -05:00
src Removed unused imports 2019-09-03 06:22:01 -05:00
.gitignore Initial commit 2019-09-03 05:37:49 -05:00
Cargo.lock Initial commit 2019-09-03 05:37:49 -05:00
Cargo.toml Initial commit 2019-09-03 05:37:49 -05:00
README.md Initial commit 2019-09-03 05:37:49 -05:00

README.md

The Imperfect Package Manager

Extremely in progress

Disclaimer

This has hardly been worked on and is essentially useless at its current state. Please don't use this unless you plan on developing it.

TODO

[ ] Parse cmdline options well, including parsing the package name from the package repo [ ] Make a KO [ ] Correctly download from several repos [ ] Unpack tarballs of various types [ ] More, probably

Building

This project is made in the rust programming language, so a simple cargo run will suffice to build the binary. In addition, you may wish to run scripts/setup.sh to configure your environment.