Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanonyme/483ab7f4288aec826407c0a28f255fce to your computer and use it in GitHub Desktop.
Save nanonyme/483ab7f4288aec826407c0a28f255fce to your computer and use it in GitHub Desktop.
app-id: org.flatpak.Hello
runtime: org.freedesktop.Platform
runtime-version: '22.08beta'
sdk: org.freedesktop.Sdk
command: true
modules:
- name: hello
buildsystem: simple
build-commands:
- python -mpip install . --prefix "${FLATPAK_DEST}" --ignore-installed --no-build-isolation --no-index
sources:
- type: archive
url: https://files.pythonhosted.org/packages/e1/5a/951f217a0cdd76501c33827ef2a5852fd1e1b3b294360f9efeac1b4b57a4/meson-0.62.1.tar.gz
sha256: a0f5caa1e70da12d5e63aa6a9504273759b891af36c8d87de381a4ed1380e845
cleanup:
- "*"
- name: test
buildsystem: simple
build-commands:
- meson --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment