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.

738 B

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