{ "id": "io.github.shonebinu.Brief", "runtime": "org.gnome.Platform", "runtime-version": "master", "sdk": "org.gnome.Sdk", "command": "brief", "finish-args": [ "--share=network", "--share=ipc", "--socket=fallback-x11", "--device=dri", "--socket=wayland" ], "cleanup": [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.la", "*.a" ], "modules": [ { "name": "python3-langcodes", "buildsystem": "simple", "build-commands": [ "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"langcodes\" --no-build-isolation" ], "sources": [ { "type": "file", "url": "https://files.pythonhosted.org/packages/dd/c1/d10b371bcba7abce05e2b33910e39c33cfa496a53f13640b7b8e10bb4d2b/langcodes-3.5.1-py3-none-any.whl", "sha256": "b6a9c25c603804e2d169165091d0cdb23934610524a21d226e4f463e8e958a72" } ] }, { "name": "python3-language_data", "buildsystem": "simple", "build-commands": [ "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"language_data\" --no-build-isolation" ], "sources": [ { "type": "file", "url": "https://files.pythonhosted.org/packages/ad/d1/68e2bcca94c9bbdc122a71e504e0b6a6c3e31541b1bad33fee0205996006/language_data-1.4.0-py3-none-any.whl", "sha256": "f741927c24ab14cbed2a57bc2bfe82b00cff266c427179597e8b14123364f084" }, { "type": "file", "url": "https://files.pythonhosted.org/packages/c5/e3/c9066e74076b90f9701ccd23d6a0b8c1d583feefdec576dc3e1bb093c50d/marisa_trie-1.3.1.tar.gz", "sha256": "97107fd12f30e4f8fea97790343a2d2d9a79d93697fe14e1b6f6363c984ff85b" } ] }, { "name": "tldr-data", "buildsystem": "simple", "build-commands": [ "mkdir -p /app/share/tldr-data/", "cp -r pages* /app/share/tldr-data/" ], "sources": [ { "type": "git", "url": "https://github.com/tldr-pages/tldr.git", "branch": "main" } ] }, { "name": "brief", "builddir": true, "buildsystem": "meson", "sources": [ { "type": "git", "url": "./" } ] } ] }