icon | description |
---|---|
square-info |
A short summary about the Package |
{% code overflow="wrap" %}
#Example ONLY
description: "A short summary about the pkg"
{% endcode %}
- Short Summarized Description about the
$pkg
(TYPE:ENFORCED
) - repology-fetcher can Autogenerate Multiple Description from Repology, Pick the Best one.
- search.nixos.org also has Saner Descriptions
- Otherwise, Use abridged version from the
$pkg
's Homepage etc
{% hint style="info" %} For SBUILD that provides multiple progs, you can have a per prog description:
{% code overflow="wrap" %}
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
{% endcode %} {% endhint %}