Skip to content

Commit

Permalink
Show Fedora dep
Browse files Browse the repository at this point in the history
  • Loading branch information
CNOCTAVE committed Nov 20, 2024
1 parent eebbf9b commit fc0ba97
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _layouts/package.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,20 @@ <h4>{{ v.id }}{%- if v.date -%}&nbsp;({{ v.date }}){%- endif -%}</h4>
{%- endfor -%}
</li>
{%- endif -%}
{% for fedora_version in (1..100) %}
{% assign fedora_key = 'fedora' | append: fedora_version | string %}
{% if v[fedora_key] %}
<li>
<b>Fedora {{ fedora_version }}:</b>
{%- for dep in v[fedora_key] -%}
&nbsp;&nbsp;&nbsp;&nbsp;
<span style="white-space: nowrap;">
<a href="https://repology.org/project/{{ dep }}/versions">{{ dep }}</a>
</span>
{%- endfor -%}
</li>
{% endif %}
{% endfor %}
</ul>
{%- if first_version == true and pkg_installable == false -%}
<div class="alert alert-warning alert-warning-mod ml-3" role="alert">
Expand Down

0 comments on commit fc0ba97

Please sign in to comment.