Browse Source

Add initial CHANGELOG.md and README.md

feature/create-install-pkgs
Tovi Jaeschke-Rogers 3 years ago
parent
commit
3a50260df8
2 changed files with 29 additions and 0 deletions
  1. +6
    -0
      CHANGELOG.md
  2. +23
    -0
      README.md

+ 6
- 0
CHANGELOG.md View File

@ -0,0 +1,6 @@
# TJPKG CHANGELOG
[Unreleased]
## Added
## Changed
## Fixed

+ 23
- 0
README.md View File

@ -0,0 +1,23 @@
# TJPKG
`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.
## Why?
TODO
## Usage
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

Loading…
Cancel
Save