Tovi Jaeschke-Rogers a921764f36 | 3 years ago | |
---|---|---|
Archive | 3 years ago | |
Client | 3 years ago | |
Color | 3 years ago | |
Helper | 3 years ago | |
Variables | 3 years ago | |
.gitignore | 3 years ago | |
CHANGELOG.md | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago | |
notes.txt | 3 years ago |
tjpkg
is a package manager that facilitates determining what files changed during a manual installation, and creating a tarball package from the diff. These tarball packages can then be installed by others similar to other Linux package managers.
TODO
TODO
- Implement the file server to download packages
- Implement package groups in the file server
- Implement option to edit package manifest files without manually extracting the package
- Fix dependancy checks by checking for packages being installed as well as already installed packages
- Finish building LFS toolchain for base group
- Implement configuration file
- Fix cross compatiblity issues
- Fix bug where diff is hanging
- Fix errors messages to make more human readable **LOW PRIO**
- Finish README