Initial import

This commit is contained in:
Yaakov Selkowitz 2023-04-23 12:02:46 -04:00
commit 14d046be33
2 changed files with 43 additions and 0 deletions

13
container.yaml Normal file
View file

@ -0,0 +1,13 @@
compose:
modules:
- kmplot:stable
flatpak:
id: org.kde.kmplot
branch: stable
command: kmplot
rename-icon: kmplot
finish-args: |-
--share=ipc
--socket=fallback-x11
--socket=wayland
--device=dri

30
kmplot.yaml Normal file
View file

@ -0,0 +1,30 @@
---
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]
...