quearcode/quearcode.yaml
2022-10-09 09:04:56 +02:00

45 lines
973 B
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: [f37]
flatpak-runtime: [f37]
platform: [f37]
requires:
flatpak-common: [f37]
flatpak-runtime: [f37]
platform: [f37]
profiles:
default:
rpms:
- quearcode
buildopts:
arches: [aarch64, x86_64]
components:
rpms:
python-olefile:
rationale: Runtime dependency
ref: f37
arches: [aarch64, x86_64]
python-pillow:
rationale: Runtime dependency
ref: f37
arches: [aarch64, x86_64]
python-qrcode:
rationale: Runtime dependency
ref: f37
arches: [aarch64, x86_64]
quearcode:
rationale: Application package
ref: f37
buildorder: 10
arches: [aarch64, x86_64]
...