diff options
author | axtloss <axtlos@tar.black> | 2022-07-07 12:37:53 +0200 |
---|---|---|
committer | axtloss <axtlos@tar.black> | 2022-07-07 12:37:53 +0200 |
commit | ece03d02d188f74090c231283a2c6e9398f8d74b (patch) | |
tree | 667e137a9e93813e8f26c2d3cc713c379789cfcf | |
parent | 1c76b00f53c6a2eabcf5afa93d3f0d069aad95f3 (diff) | |
download | flatpaks-ece03d02d188f74090c231283a2c6e9398f8d74b.tar.gz flatpaks-ece03d02d188f74090c231283a2c6e9398f8d74b.tar.bz2 |
add btop
Diffstat (limited to '')
-rw-r--r-- | com.github.aristocratos.btop/README.md | 3 | ||||
-rw-r--r-- | com.github.aristocratos.btop/com.github.aristocratos.btop.yml | 16 |
2 files changed, 19 insertions, 0 deletions
diff --git a/com.github.aristocratos.btop/README.md b/com.github.aristocratos.btop/README.md new file mode 100644 index 0000000..27eda6f --- /dev/null +++ b/com.github.aristocratos.btop/README.md @@ -0,0 +1,3 @@ +# [btop](https://github.com/aristocratos/btop) + +It "works", but it can't show processes outside of the flatpak sandbox, so you'll only be able to see cpu, memory and network usage and only the bwrap and btop process inside the flatpak 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/ |