PackageManager just because
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
847 B

  1. # TJPKG
  2. `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.
  3. ## Why?
  4. TODO
  5. ## Usage
  6. TODO
  7. ## TODO
  8. - Implement the file server to download packages
  9. - Implement package groups in the file server
  10. - Implement option to edit package manifest files without manually extracting the package
  11. - Fix dependancy checks by checking for packages being installed as well as already installed packages
  12. - Finish building LFS toolchain for base group
  13. - Implement configuration file
  14. - Fix cross compatiblity issues
  15. - Fix bug where diff is hanging
  16. - Fix errors messages to make more human readable **LOW PRIO**
  17. - Finish README