Skip to content

Commit 4915653

Browse files
Azathothasgitbook-bot
authored andcommitted
GITBOOK-248: No subject
1 parent a69583d commit 4915653

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

repositories/soarpkgs/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ note:
7171
7272
{% hint style="info" %}
7373
* [x] We have written dedicated documentation about each format & their portability, you can find them at [${format}/portability](https://docs.pkgforge.dev/formats/packages)
74-
* [ ] You can also specifically filter & only use portable packages at the **expense of size**, we add a special [**note**](../../sbuild/specification/15.note.md) if we are confident the package works on Any Linux
74+
* [x] You can also specifically filter & only use portable packages at the **expense of size**, we add a special [**note**](../../sbuild/specification/15.note.md) if we are confident the package works on Any Linux
7575
7676
```yaml
7777
note:

sbuild/specification/20.x_exec.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ x_exec:
116116

117117
* [x] This exists to explicitly define [**packages**](https://github.com/pkgforge/soarpkgs) that **need to be&#x20;**<mark style="color:green;">**installed**</mark>**&#x20;prior** to running <mark style="color:purple;">**`x_exec.run`**</mark>
118118
* [x] It can contain multiple entries (<mark style="color:blue;">**CASE INSENSITIVE**</mark>, is normalized to <mark style="color:blue;">**lowercase**</mark>)
119-
* [x] **If used**, it must be a <mark style="color:green;">**valid**</mark> [<mark style="color:purple;">**`pkg_id`**</mark>](2.pkg.md) that is available as a [**package**](https://github.com/pkgforge/soarpkgs/tree/main/packages) at [**pkgforge/soarpkgs**](https://github.com/pkgforge/soarpkgs)'s [**METADATA**](https://soarpkgs.pkgforge.dev/metadata/METADATA.json) **OR** Soar's <mark style="color:orange;">**CACHEDIR**</mark> (must have been built before/recently)
119+
* [x] **If used**, it must be a <mark style="color:green;">**valid**</mark> [<mark style="color:purple;">**`pkg_id`**</mark>](2.pkg.md) that is available as a [**package**](https://github.com/pkgforge/soarpkgs/tree/main/packages) at [**pkgforge/soarpkgs**](https://github.com/pkgforge/soarpkgs)'s [**METADATA**](https://meta.pkgforge.dev/soarpkgs/INDEX.json) **OR** Soar's <mark style="color:orange;">**CACHEDIR**</mark> (must have been built before/recently)
120120
* [x] **If used,** & the values <mark style="color:red;">**do not contain**</mark> a **valid** [<mark style="color:purple;">**`pkg_id`**</mark>](2.pkg.md) **OR** the [<mark style="color:purple;">**`pkg`**</mark>](2.pkg.md) itself is [<mark style="color:red;">**`_disabled`**</mark>](1.shebang.md)<mark style="color:red;">**,**</mark> the **build will be&#x20;**<mark style="color:red;">**aborted**</mark>. (Unless used <mark style="color:orange;">`--keep-going`</mark>)&#x20;
121121
* [x] **If NOT used**, everything proceeds as default
122122

sbuild/specification/8.description.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: "A short summary about the pkg"
1313
{% endcode %}
1414
1515
* [x] Short Summarized <mark style="color:orange;">**Description**</mark> about the <mark style="color:purple;">**`$pkg`**</mark> (**TYPE**:<mark style="color:red;">**`ENFORCED`**</mark>)
16-
* [x] [**repology-fetcher**](https://github.com/pkgforge/soarpkgs/blob/main/scripts/repology_fetcher.sh) will Autogenerate Multiple Description from [**Repology**](https://repology.org/projects/), Pick the Best one.
16+
* [x] [**repology-fetcher** ](https://github.com/pkgforge/metadata/blob/main/soarpkgs/scripts/repology_fetcher.sh)can Autogenerate Multiple Description from [**Repology**](https://repology.org/projects/), Pick the Best one.
1717
* [x] [**search.nixos.org**](https://search.nixos.org/packages) also has Saner Descriptions
1818
* [x] Otherwise, Use abridged version from the <mark style="color:purple;">**`$pkg`**</mark>'s <mark style="color:orange;">**Homepage**</mark> etc
1919

0 commit comments

Comments
 (0)