Template: DistroPackage

From LibrePlanet
Jump to: navigation, search
(Also license as GPL just in case)
(Usage: Add examples as the dragora packages names expect a "package group" as well.)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 
{{stub}}
 
  
 
== License ==
 
== License ==
  
This page is also released under these additional licenses:
+
This page is also released under these additional licenses at your option:
  
 
* CC-BY-SA 3.0 from https://creativecommons.org/licenses/by-sa/3.0/
 
* CC-BY-SA 3.0 from https://creativecommons.org/licenses/by-sa/3.0/
Line 13: Line 11:
  
 
== Usage ==
 
== Usage ==
 +
 +
Usage: <nowiki>{{DistroPackage|DISTRIBUTION_NAME|PACKAGE_NAME}}</nowiki>
  
 
Examples:
 
Examples:
Line 18: Line 18:
  
 
Valid distributions:
 
Valid distributions:
* Parabola or parabola
+
 
 +
{| class="wikitable sortable" border="1"
 +
|- bgcolor="#6699ff"
 +
! Distribution
 +
! Valid names
 +
! URL
 +
! Example source code
 +
|-
 +
! Dragora
 +
|
 +
* dragora
 +
* Dragora
 +
| https://git.savannah.nongnu.org/cgit/dragora.git/tree/recipes/PACKAGE_NAME
 +
| <nowiki>{{DistroPackage|Dragora|boot/grub}}</nowiki>
 +
|-
 +
! Dynebolic
 +
|
 +
* dynebolic
 +
* Dynebolic
 +
| None: Just displays the name of the package
 +
|
 +
|-
 +
! Guix
 +
|
 +
* guix
 +
* Guix
 +
| https://packages.guix.gnu.org/packages/PACKAGE_NAME
 +
| <nowiki>{{DistroPackage|Guix|grub}}</nowiki>
 +
|-
 +
! Hyperbola
 +
|
 +
* hyperbola
 +
* Hyperbola
 +
| https://www.hyperbola.info/packages/PACKAGE_NAME
 +
| <nowiki>{{DistroPackage|Hyperbola|grub}}</nowiki>
 +
|-
 +
! LibreCMC
 +
|
 +
* librecmc
 +
* LibreCMC
 +
| None: Just displays the name of the package
 +
|
 +
|-
 +
! Parabola
 +
|
 +
* parabola
 +
* Parabola
 +
| https://www.parabola.nu/packages/PACKAGE_NAME
 +
| <nowiki>{{DistroPackage|Parabola|grub}}</nowiki>
 +
|-
 +
! ProteanOS
 +
|
 +
* proteanos
 +
* ProteanOS
 +
| None: Just displays the name of the package
 +
|
 +
|-
 +
! PureOS
 +
|
 +
* pureos
 +
* PureOS
 +
| None: Just displays the name of the package
 +
|
 +
|-
 +
! Trisquel
 +
|
 +
* trisquel
 +
* Trisquel
 +
| https://packages.trisquel.org/search?keywords=PACKAGE_NAME
 +
| <nowiki>{{DistroPackage|Trisquel|grub}}</nowiki>
 +
|-
 +
! Ututo S
 +
|
 +
* ututo
 +
* Ututo S
 +
| None: Just displays the name of the package
 +
|
 +
|}
  
 
</noinclude>
 
</noinclude>
  
 
{{#switch: {{{1}}}
 
{{#switch: {{{1}}}
 +
| dragora = [https://git.savannah.nongnu.org/cgit/dragora.git/tree/recipes/{{{2}}} {{{2}}}]
 +
| Dragora = [https://git.savannah.nongnu.org/cgit/dragora.git/tree/recipes/{{{2}}} {{{2}}}]
 +
| Dynebolic = {{{2}}}
 +
| Dynebolic = {{{2}}}
 +
| guix = [https://packages.guix.gnu.org/packages/{{{2}}} {{{2}}}]
 +
| Guix = [https://packages.guix.gnu.org/packages/{{{2}}} {{{2}}}]
 +
| hyperbola = [https://www.hyperbola.info/packages/{{{2}}} {{{2}}}]
 +
| Hyperbola = [https://www.hyperbola.info/packages/{{{2}}} {{{2}}}]
 +
| librecmc = {{{2}}}
 +
| LibreCMC = {{{2}}}
 +
| parabola = [https://www.parabola.nu/packages/{{{2}}} {{{2}}}]
 
  | Parabola = [https://www.parabola.nu/packages/{{{2}}} {{{2}}}]
 
  | Parabola = [https://www.parabola.nu/packages/{{{2}}} {{{2}}}]
  | parabola = [https://www.parabola.nu/packages/{{{2}}} {{{2}}}]  
+
  | proteanos = {{{2}}}
 +
| ProteanOS = {{{2}}}
 +
| pureos = {{{2}}}
 +
| PureOS = {{{2}}}
 +
| trisquel = [https://packages.trisquel.org/search?keywords={{{2}}} {{{2}}}]
 +
| Trisquel = [https://packages.trisquel.org/search?keywords={{{2}}} {{{2}}}]
 +
| ututo = {{{2}}}
 +
| Ututo S = {{{2}}}
 
}}
 
}}

Latest revision as of 20:51, 1 August 2024


License

This page is also released under these additional licenses at your option:

Usage

Usage: {{DistroPackage|DISTRIBUTION_NAME|PACKAGE_NAME}}

Examples:

  • {{DistroPackage|Parabola|lvm2}}

Valid distributions:

Distribution Valid names URL Example source code
Dragora
  • dragora
  • Dragora
https://git.savannah.nongnu.org/cgit/dragora.git/tree/recipes/PACKAGE_NAME {{DistroPackage|Dragora|boot/grub}}
Dynebolic
  • dynebolic
  • Dynebolic
None: Just displays the name of the package
Guix
  • guix
  • Guix
https://packages.guix.gnu.org/packages/PACKAGE_NAME {{DistroPackage|Guix|grub}}
Hyperbola
  • hyperbola
  • Hyperbola
https://www.hyperbola.info/packages/PACKAGE_NAME {{DistroPackage|Hyperbola|grub}}
LibreCMC
  • librecmc
  • LibreCMC
None: Just displays the name of the package
Parabola
  • parabola
  • Parabola
https://www.parabola.nu/packages/PACKAGE_NAME {{DistroPackage|Parabola|grub}}
ProteanOS
  • proteanos
  • ProteanOS
None: Just displays the name of the package
PureOS
  • pureos
  • PureOS
None: Just displays the name of the package
Trisquel
  • trisquel
  • Trisquel
https://packages.trisquel.org/search?keywords=PACKAGE_NAME {{DistroPackage|Trisquel|grub}}
Ututo S
  • ututo
  • Ututo S
None: Just displays the name of the package