Create net.phluxjr.confy-tui.yml
This commit is contained in:
27
net.phluxjr.confy-tui.yml
Normal file
27
net.phluxjr.confy-tui.yml
Normal file
@ -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
|
||||
Reference in New Issue
Block a user