Our Debian APT repository for storing and distributing custom packages.
Licensed by the LiveG Open-Source Licence, except where otherwise noted.
For more information about the packages stored in this APT repo, visit the repo's main page.
To add this repo to APT so that you can install its packages, run the following commands:
curl -s --compressed https://opensource.liveg.tech/liveg-apt/KEY.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/liveg-apt.gpg > /dev/null
sudo curl -s --compressed https://opensource.liveg.tech/liveg-apt/liveg-apt.list -o /etc/apt/sources.list.d/liveg-apt.list
sudo apt updateYou should then be able to apt install any packages in this repo. Try installing liveg-hello and running liveg-hello to see if the LiveG APT Repository has been added correctly.
To update the metadata for this repo, you will need the GPG keychain for [email protected]. With this keychain, run:
tools/update.shTo build a package included in the sources directory, run:
tools/buildsource.sh $PACKAGE_NAMEWhere $PACKAGE_NAME is the name of the package in the sources directory to build for. This will also update the repo's metadata.