soarpkgs - SBUILD Recipe Repository
Hosts SBUILD recipes used to build packages for Soar
This repository hosts .SBUILD recipes used to build packages for Soar.
.
├── binaries --> SBUILDs for building static binaries
├── packages --> SBUILDs for building full packages
└── templates --> SBUILD examples and templatesNote
We recommend cloning with --filter=blob:none for local development
Package Listing & Searching: https://pkgs.pkgforge.dev
soarpkgs is a community-driven repository of .SBUILD recipes that define how to build software packages. Each recipe contains:
- Package metadata - Name, description, license, dependencies
- Build instructions - Scripts to download, compile, and package software
- Version tracking - Automatic version detection and upstream comparison
Recipes are validated by sbuilder and built by CI workflows. The resulting packages are published to GHCR, with metadata available for:
- bincache - Static binaries
- pkgcache - Portable packages
Visit: https://pkgs.pkgforge.dev
![]()
PkgForge Discord ➼ https://discord.gg/djJUs48Zbu
MIT License - see LICENSE for details