19 lines
469 B
YAML
19 lines
469 B
YAML
flatpak:
|
|
id: io.github.wxmaxima_developers.wxMaxima
|
|
branch: stable
|
|
component: wxMaxima-flatpak
|
|
name: wxmaxima
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- wxMaxima
|
|
- gnuplot-wx
|
|
command: wxmaxima
|
|
finish-args: |-
|
|
--device=dri
|
|
--filesystem=home
|
|
--share=ipc
|
|
--share=network
|
|
--socket=x11
|
|
cleanup-commands: |
|
|
rm -f /app/share/icons/hicolor/1024x1024/apps/*.png
|