This repository provides PKGBUILDs for cagebreak.
All releases on master are tagged corresponding to the cagebreak release and signed.
For every release we provide a tarball containing at least .SRCINFO and PKGBUILD
and a corresponing signature.
We also provide these PKGBUILDs in the AUR.
This pkgbuild is provided for those who want a full build from source.
This pkgbuild simply extracts a precompiled binary and the man pages and therefore requires no build dependencies (runtime dependencies are still required).
These pkgbuilds are based on the two above but reference cagebreak.project-repo.co for availability in case of an outage at GitHub.
This aarch64 pkgbuild is not officially supported and not in the AUR.
The following keys are valid:
- A9C386EFBEB0819C5523E6AB2AD89C95DEA1AE85
- FC9B267D2C4AE25E139BADF5B093C3C73E9053A1
- 7857F021E8808412DD6C2F8849B3AD1FFEA4AE42
- EAB01D6E2206E0FE012F68EBA001D296F543C4EC
- E7D5B3589BFCDDEA19F3CA0FC54665860539B5B2
- 28B40D34E71E1CE6D7254EBCE1062B73F766C8AF
Note that the keys are signed by at least one signing key of the cagebreak project.
These are the minimally required commands for creating a release and generating the PKGBUILDs for the AUR.
-
git checkout development -
git pull origin development -
make clean -
make version=release_tag release=pkgbuild_release gpgid=valid_gpg_id check -
git commit -
git push origin development -
git checkout master -
git pull --tags origin master -
git merge --squash development -
git commitand insert "Release version" -
git tag -u valid_gpg_id release_tag HEAD -
git tag -v release_tag -
git push --tags origin master -
git checkout development -
git merge master -
git push --tags origin development - upload artefacts
-
make clean