Browse Source

Added initial Flatpak YAML

devel
John Laufert 3 years ago
parent
commit
c25a666c92
No known key found for this signature in database GPG Key ID: 81A570CA3F2D6514
1 changed files with 21 additions and 0 deletions
  1. +21
    -0
      me.easthighnerd.Tux-Disc.yaml

+ 21
- 0
me.easthighnerd.Tux-Disc.yaml View File

@@ -0,0 +1,21 @@
app-id: me.easthighnerd.Tux-Disc
runtime: org.freedesktop.Platform
runtime-version: '19.08'
sdk: org.freedesktop.Sdk
command: tux-disc.py
modules:
- name: wget
buildsystem: simple
build-commands:
- pip3 install --prefix=/app .
sources:
- type: archive
url: https://files.pythonhosted.org/packages/47/6a/62e288da7bcda82b935ff0c6cfe542970f04e29c756b0e147251b2fb251f/wget-3.2.zip
sha256: 35e630eca2aa50ce998b9b1a127bb26b30dfee573702782aa982f875e3f16061
- name: Tux-Disc
buildsystem: simple
build-commands:
- install -D tux-disc.py /app/bin/tux-disc.py
sources:
- type: file
path: tux-disc.py

Loading…
Cancel
Save