diff --git a/container.yaml b/container.yaml new file mode 100644 index 0000000..782b892 --- /dev/null +++ b/container.yaml @@ -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 diff --git a/kmplot.yaml b/kmplot.yaml new file mode 100644 index 0000000..888b003 --- /dev/null +++ b/kmplot.yaml @@ -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] +...