- 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 |
||
---|---|---|
spec | ||
.gitignore | ||
LICENSE | ||
README.md |
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 packagespkgspec.md
contains the specification of lbpkgs, this is only useful for those who plan to contribute to thelbpkg
command line too for creation of lbpkgsbuildspec.md
contains the specification for thelbpkg
build file, which outlines the process of building the package, thelbpkg
tool will convert this into apkgspec.md
compliant package for lblinux.
src
contains the source code for lbpkg command line tool