8.Description

A short summary about the Package

#Example ONLY
description: "A short summary about the pkg"

For SBUILD that provides multiple progs, you can have a per prog description:

description:
  _default: "A simple description that would apply for the entire .pkg_family" #Applies to the whole pkg_family, overriden if seprate description for each prog exist (Like Below)
  progA: "A simple description only for progA" #Only Applies to progA
  progB: "Another description for progB" #Only Applies to progB

Last updated

Was this helpful?