Skip to content

pkgforge/soarpkgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Documentation Issues License: MIT Stars

soarpkgs - SBUILD Recipe Repository
Hosts SBUILD recipes used to build packages for Soar


Overview

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 templates

Note

We recommend cloning with --filter=blob:none for local development
Package Listing & Searching: https://pkgs.pkgforge.dev


About soarpkgs

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

Search for packages

Visit: https://pkgs.pkgforge.dev


Documentation


Community

PkgForge Discordhttps://discord.gg/djJUs48Zbu


License

MIT License - see LICENSE for details