Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.09 KB

File metadata and controls

43 lines (30 loc) · 1.09 KB
icon wrench
description How to write an SBUILD

Instructions

Prerequisites


Write

  1. Copy the template
  2. Fill in the fields following the spec and examples
  3. Validate with sbuild-linter:
soar add "sbuild-linter"
sbuild-linter "./example.SBUILD"

# To test pkgver fetching
sbuild-linter "./example.SBUILD" --pkgver
  1. Submit a Pull Request or Issue with the .validated version

Build

{% 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"