Package collection for Glacier.
Go to file
2022-03-12 14:39:28 -05:00
pkgs Fixed an issue with LICENSE.md 2022-03-12 12:52:51 +01:00
README.md Update README.md 2022-03-09 18:27:42 +00:00

glacier-pkgs

Collection of packages used by the Glacier package manager.

To submit a package, the following requirements must be met:

  • An information file named "{package_name}-pkginfo.json", which must contain the package's name, version, description, source tree size, executable size, and any dependencies that Glacier will install, and the name of the license (if it utilizes a license that is not GPL 3.0)
  • A script named INSTALL.sh describing what steps must be taken to install the package
  • A script named UPDATE.sh describing what steps must be taken to update the package
  • A script named REMOVE.sh describing what steps must be taken to remove the package
  • The executable
  • (optional) a copy of the license (if it utilizes a license that is not GPL 3.0)