Template: DistroPackage

From LibrePlanet
Jump to: navigation, search
(Add real usage)
(Usage: Add all the supported FSDG compliant distros that don't have (yet) a public web service that expose package information. This should be more consistent and enable to add or remove web services dynamically if they appear or disappear.)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 
{{stub}}
 
  
 
== License ==
 
== License ==
Line 10: Line 8:
 
* CC-BY-SA 4.0 http://creativecommons.org/licenses/by-sa/4.0/
 
* CC-BY-SA 4.0 http://creativecommons.org/licenses/by-sa/4.0/
 
* GFDL 1.3, or (at your option) any later version
 
* GFDL 1.3, or (at your option) any later version
 +
* GPL 2.0, or (at your option) any later version
  
 
== Usage ==
 
== Usage ==
 +
 +
Usage: <nowiki>{{DistroPackage|DISTRIBUTION_NAME|PACKAGE_NAME}}</nowiki>
  
 
Examples:
 
Examples:
Line 17: Line 18:
  
 
Valid distributions:
 
Valid distributions:
 +
 +
{| class="wikitable sortable" border="1"
 +
|- bgcolor="#6699ff"
 +
! Distribution
 +
! Valid names
 +
! URL
 +
|-
 +
! Dragora
 +
|
 +
* dragora
 +
* Dragora
 +
| None: Just displays the name of the package
 +
|-
 +
! Dynebolic
 +
|
 +
* dynebolic
 +
* Dynebolic
 +
| None: Just displays the name of the package
 +
|-
 +
! Guix
 +
|
 +
* guix
 +
* Guix
 +
| https://packages.guix.gnu.org/packages/PACKAGE_NAME
 +
|-
 +
! Hyperbola
 +
|
 +
* hyperbola
 +
* Hyperbola
 +
| https://www.hyperbola.info/packages/PACKAGE_NAME
 +
|-
 +
! LibreCMC
 +
|
 +
* librecmc
 +
* LibreCMC
 +
| None: Just displays the name of the package
 +
|-
 +
! Parabola
 +
|
 +
* parabola
 
* Parabola
 
* Parabola
 +
| https://www.parabola.nu/packages/PACKAGE_NAME
 +
|-
 +
! 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
 +
|-
 +
! Ututo S
 +
|
 +
* ututo
 +
* Ututo S
 +
| None: Just displays the name of the package
 +
|}
  
 
</noinclude>
 
</noinclude>
  
[https://www.parabola.nu/packages/{{{2}}} {{{2}}}]
+
{{#switch: {{{1}}}
 +
| dragora = {{{2}}}
 +
| Dragora = {{{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}}}]
 +
| 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 02:07, 9 September 2023


License

This page is also released under these additional licenses:

Usage

Usage: {{DistroPackage|DISTRIBUTION_NAME|PACKAGE_NAME}}

Examples:

  • {{DistroPackage|Parabola|lvm2}}

Valid distributions:

Distribution Valid names URL
Dragora
  • dragora
  • Dragora
None: Just displays the name of the package
Dynebolic
  • dynebolic
  • Dynebolic
None: Just displays the name of the package
Guix
  • guix
  • Guix
https://packages.guix.gnu.org/packages/PACKAGE_NAME
Hyperbola
  • hyperbola
  • Hyperbola
https://www.hyperbola.info/packages/PACKAGE_NAME
LibreCMC
  • librecmc
  • LibreCMC
None: Just displays the name of the package
Parabola
  • parabola
  • Parabola
https://www.parabola.nu/packages/PACKAGE_NAME
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
Ututo S
  • ututo
  • Ututo S
None: Just displays the name of the package