| icon | wrench |
|---|---|
| description | 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
.validatedversion
{% hint style="warning" %} Use a sandbox or container when running untested SBUILDs. {% endhint %}
soar add "sbuild"
sbuild "./example.SBUILD" --log-level "verbose" --keep --outdir "./SBUILD-TEST"