usrpkgs collection for Glacier
Go to file
2022-06-09 14:27:20 +00:00
example-usrpkg Add files via upload 2022-05-27 18:38:07 +00:00
usrpkgs Add files via upload 2022-06-09 14:27:20 +00:00
README.md Update README.md 2022-06-06 15:00:51 +00:00

glacier-usrpkgs

User packages collection for Glacier

User packages should contain the following:

  • License
  • Package source tree
  • usrbuild.sh
  • usrupdate.sh
  • usrremove.sh
  • pkgname.ts.sh (containing the same 2 lines as a regular Glacier package)
  • pkgname-pkginfo.json (1 extra line reading "is-usrpkg:" "yes",)

A user package should create all the same files that a regular Glacier package would

NOTICE: User packages are not tested for stability or security by the Everest team, any user packages you install are solely your responsibility.


HOW TO BUILD USRPKGS

wget https://github.com/everest-linux/glacier-usrpkgs/raw/main/usrpkgs/pkgname.tar.gz

tar xvf pkgname.tar.gz

cd pkgname

./usrbuild.sh