How to write an SBUILD
Install Soar
Read the Spec
View examples
Copy the template
Fill in the fields following the spec and examples
Validate with sbuild-linter:
soar add "sbuild-linter" sbuild-linter "./example.SBUILD" # To test pkgver fetching sbuild-linter "./example.SBUILD" --pkgver
Submit a Pull Request or Issue with the .validated version
.validated
Use a sandbox or container when running untested SBUILDs.
Last updated 6 months ago
soar add "sbuild" sbuild "./example.SBUILD" --log-level "verbose" --keep --outdir "./SBUILD-TEST"