diff options
Diffstat (limited to '')
-rw-r--r-- | com.github.aristocratos.btop/com.github.aristocratos.btop.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/com.github.aristocratos.btop/com.github.aristocratos.btop.yml b/com.github.aristocratos.btop/com.github.aristocratos.btop.yml new file mode 100644 index 0000000..0165506 --- /dev/null +++ b/com.github.aristocratos.btop/com.github.aristocratos.btop.yml @@ -0,0 +1,16 @@ +app-id: com.github.aristocratos.btop +runtime: org.freedesktop.Platform +runtime-version: '21.08' +sdk: org.freedesktop.Sdk +command: btop + +modules: + - name: btop + buildsystem: simple + sources: + - type: git + url: https://github.com/aristocratos/btop + branch: main + build-commands: + - make + - make install PREFIX=/app/ |