quearcode/quearcode.yaml
2023-06-16 13:31:37 +02:00

48 lines
1 KiB
YAML

---
document: modulemd
version: 2
data:
summary: A tool for creating QR Codes
description: >-
Convert strings and small files to QR Codes
license:
module:
- MIT
dependencies:
- buildrequires:
flatpak-common: [f38]
flatpak-runtime: [f38]
platform: [f38]
requires:
flatpak-common: [f38]
flatpak-runtime: [f38]
platform: [f38]
profiles:
default:
rpms:
- quearcode
buildopts:
arches: [aarch64, x86_64]
rpms:
macros: |
%_without_mingw 1
components:
rpms:
python-olefile:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
python-pillow:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
python-qrcode:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
quearcode:
rationale: Application package
ref: f38
buildorder: 10
arches: [aarch64, x86_64]
...