From 4b89ec8025ff01fc99b7670a9f03742c753400bb Mon Sep 17 00:00:00 2001 From: Phluxjr23 Date: Tue, 11 Nov 2025 00:59:51 -0600 Subject: [PATCH] Create net.phluxjr.confy-tui.yml --- net.phluxjr.confy-tui.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 net.phluxjr.confy-tui.yml diff --git a/net.phluxjr.confy-tui.yml b/net.phluxjr.confy-tui.yml new file mode 100644 index 0000000..07ecf32 --- /dev/null +++ b/net.phluxjr.confy-tui.yml @@ -0,0 +1,27 @@ +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