Flat APT repository for OwnGoal Studio iOS packages.
Use the GitHub Pages repository URL:
https://apt.owngoal.dev/
The equivalent APT source entry for the unsigned repository is:
deb [trusted=yes] https://apt.owngoal.dev/ ./
- Copy each
.debfile intodebs/. - Commit and push the
.debfile tomain. - The
Update APT Repositoryworkflow reads its control metadata, rebuilds all package indexes, commits the generated files, and requests a GitHub Pages build.
For local generation, install apt-utils, bzip2, xz-utils, and zstd on
Debian or Ubuntu, then run ./scripts/update-repository.sh.
Signed releases can be created with
./scripts/sign-repository.sh <GPG_KEY_ID> after local generation.
update-repository.sh removes existing signatures because every metadata change
requires a fresh signature.
Sileo reads repository information from files at the repository root:
CydiaIcon.pngis the repository icon.Releaseprovides the repository name, description, and supported architectures.Packagesprovides each package name, category, icon, and depiction.
Every package control file must include Section. Sileo uses that value to build
software categories. See debs/README.md for the supported
package fields.