30 lines
555 B
YAML
30 lines
555 B
YAML
---
|
|
document: modulemd
|
|
version: 2
|
|
data:
|
|
summary: Mathematical Function Plotter
|
|
description: >-
|
|
Mathematical Function Plotter.
|
|
license:
|
|
module:
|
|
- MIT
|
|
buildopts:
|
|
arches: [aarch64, x86_64]
|
|
dependencies:
|
|
- buildrequires:
|
|
flatpak-kde5-runtime: [f38]
|
|
platform: [f38]
|
|
requires:
|
|
flatpak-kde5-runtime: [f38]
|
|
platform: [f38]
|
|
profiles:
|
|
default:
|
|
rpms:
|
|
- kmplot
|
|
components:
|
|
rpms:
|
|
kmplot:
|
|
rationale: Application package
|
|
ref: f38
|
|
arches: [aarch64, x86_64]
|
|
...
|