Skip to content

Files

Latest commit

4915653 · Jan 13, 2025

History

History
31 lines (26 loc) · 1.42 KB

8.description.md

File metadata and controls

31 lines (26 loc) · 1.42 KB
icon description
square-info
A short summary about the Package

8.Description

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