{% extends "base.html" %}{% block title %}{{ name }} {{ version }} – PaganOS{% endblock %} {% block og_title %}{{ name }} {{ version }} – PaganOS{% endblock %} {% block og_description %}{{ meta.get('description','')[:150] if meta.get('description') else name ~ ' ' ~ version ~ ' – pakiet w repozytorium PaganOS' }}{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ category }} x86_64 {% if meta.get('license') and meta.license!= 'unknown' %}{{ meta.license }}{% endif %} {% if meta.get('build_date') %} {{ meta.build_date }}{% endif %}
{% if meta.get('description') %}
{{ meta.description }}
{% endif %} {% if deps %}

Zależności runtime ({{ deps|length }})

{% for d in deps %}{{ d }}{% endfor %}
{% endif %} {% if builddeps %}

Zależności buildowe ({{ builddeps|length }})

{% for d in builddeps %}{{ d }}{% endfor %}
{% endif %} {% if history and history|length > 1 %}

Historia wersji ({{ history|length }})

{% for item in history %}
{{ item.version }} {{ item.size_mb }} MB{% if item.current %} · aktualna{% endif %} {% if not item.current %} Zobacz {% endif %}
{% endfor %}
{% endif %} {% if meta.get('sha256') %}

Weryfikacja

SHA256: {{ meta.sha256 }} {% if meta.get('gpg_fingerprint') %}
GPG: {{ meta.gpg_fingerprint }}{% endif %} {% if meta.get('built_by') %}
Built by: {{ meta.built_by }}{% endif %}
{% endif %}

Instalacja

pag install {{ name }}

Pakiet jest podpisany GPG — klient pag zweryfikuje podpis przed instalacją.

{% if username %}
{% endif %} {% if homepage %} Strona projektu {% endif %} {% if recipe_path %} Receptura (PAGBUILD.yaml) {% else %} Szukaj w kodzie {% endif %} Wróć do {{ category }} {% if is_admin %}
{% endif %}
Kategoria{{ category }}
Architekturax86_64
Rozmiar{{ size_mb }} MB
Plik{{ filename }}
{% endblock %}