Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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"