Command line interface to create lb packages
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
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
3 months ago
spec Updated README, renamed and improved spec 3 months ago
.gitignore Initial commit 6 months ago
LICENSE Initial commit 6 months ago
README.md Updated README, renamed and improved spec 3 months ago

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