glacier-usrpkgs/README.md

29 lines
730 B
Markdown
Raw Permalink Normal View History

2022-05-27 14:26:17 -04:00
# glacier-usrpkgs
User packages collection for Glacier
2022-05-27 14:32:17 -04:00
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
2022-05-27 14:42:35 -04:00
NOTICE: User packages are not tested for stability or security by the Everest team, any user packages you install are solely your responsibility.
2022-05-28 12:15:22 -04:00
---
**HOW TO BUILD USRPKGS**
2022-06-01 13:03:31 -04:00
`wget https://github.com/everest-linux/glacier-usrpkgs/raw/main/usrpkgs/pkgname.tar.gz`
2022-05-28 12:15:22 -04:00
2022-06-06 11:00:51 -04:00
`tar xvf pkgname.tar.gz`
2022-05-28 12:15:22 -04:00
`cd pkgname`
`./usrbuild.sh`