Command line interface to create lb packages
 
Go to file
Polarian 2d107207b6
Updated README, renamed and improved spec
- Updated README to explain the different specifications found within
  the spec directory.
- Renamed spec.md to pkgspec.md to be more clear about its
  functionality.
- Updated pkgspec.md and began work on PKGINFO specification.
- Added buildspec.md file, TO BE IMPLEMENTED
2022-12-27 17:47:02 +00:00
spec Updated README, renamed and improved spec 2022-12-27 17:47:02 +00:00
.gitignore Initial commit 2022-09-13 09:48:17 +00:00
LICENSE Initial commit 2022-09-13 09:48:17 +00:00
README.md Updated README, renamed and improved spec 2022-12-27 17:47:02 +00:00

README.md

lbpkg

lbpkg is a command line interface to create lb packages from a LBPKG file.

License

All documentation and code within this repository is licensed under zlib unless otherwise stated!

Project structure

  • spec contains the specification for lb packages
    • pkgspec.md contains the specification of lbpkgs, this is only useful for those who plan to contribute to the lbpkg command line too for creation of lbpkgs
    • buildspec.md contains the specification for the lbpkg build file, which outlines the process of building the package, the lbpkg tool will convert this into a pkgspec.md compliant package for lblinux.
  • src contains the source code for lbpkg command line tool