28 lines
679 B
YAML
28 lines
679 B
YAML
app-id: net.phluxjr.confy-tui
|
|
runtime: org.freedesktop.Platform
|
|
runtime-version: '23.08'
|
|
sdk: org.freedesktop.Sdk
|
|
command: confy
|
|
|
|
finish-args:
|
|
- --share=ipc
|
|
- --socket=fallback-x11
|
|
- --socket=wayland
|
|
- --filesystem=home
|
|
- --filesystem=xdg-config
|
|
|
|
modules:
|
|
- name: python-dependencies
|
|
buildsystem: simple
|
|
build-commands:
|
|
- pip3 install --prefix=/app ranger
|
|
|
|
- name: confy-tui
|
|
buildsystem: simple
|
|
build-commands:
|
|
- install -Dm755 main.py /app/bin/confy
|
|
sources:
|
|
- type: archive
|
|
url: https://github.com/Phluxjr23/confy/archive/v1.0.0.tar.gz
|
|
sha256: aba14b260d0f454c8c05c38e0740c85f4abafb3d73b7caa7f504a3de02164fbb
|