Skip to content

Commit

Permalink
pkgfile
Browse files Browse the repository at this point in the history
add missing PKGMK_DEPENDS packaging helper variable
  • Loading branch information
tnut committed Mar 29, 2024
1 parent f386d57 commit a3f94c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions en/content/pkgfile.62
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
<br>
Possible values: (base cli cli-extra gui gui-extra <your_collection>)

<h3>PKGMK_DEPENDS</h3>
Table allowing 'pkgmk' to install circular dependencies .
Dependencies must be in one of the collections on which the package may depend.
<br>
Possible values: (package1 package2 ...)

<h3>PKGMK_IGNORE_REPO</h3>

<h3>PKGMK_IGNORE_COLLECTION</h3>
Expand Down
6 changes: 6 additions & 0 deletions fr/content/pkgfile.87
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
<br>
Valeurs possibles: (base cli cli-extra gui gui-extra <votre_collection>)

<h3>PKGMK_DEPENDS</h3>
Tableau permettant à 'pkgmk' d'installer les dépendances circulaires.
Les dépendances doivent se trouver dans une des collections dont le paquet peut dépendre.
<br>
Valeurs possibles: (paquet1 paquet2 ...)

<h3>PKGMK_IGNORE_REPO</h3>

<h3>PKGMK_IGNORE_COLLECTION</h3>
Expand Down

0 comments on commit a3f94c5

Please sign in to comment.