aurweb/templates/testing/alpm_package.j2
Kevin Morris 29989b7fdb
change(aurblup): converted to use aurweb.db ORM
Introduces:
- aurweb.testing.alpm.AlpmDatabase
    - Used to mock up and manage a remote repository.
- templates/testing/alpm_package.j2
    - Used to generate a single ALPM package desc.
- Removed aurblup sharness test

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-11-28 19:55:08 -08:00

16 lines
197 B
Django/Jinja

%FILENAME%
{{ pkgname }}-{{ pkgver }}-{{ arch }}.pkg.tar.xz
%NAME%
{{ pkgname }}
%VERSION%
{{ pkgver }}-1
%ARCH%
{{ arch }}
{% if provides %}
%PROVIDES%
{{ provides | join("\n") }}
{% endif %}