blob: 0165506bac04621ed3bf1ca48516be67cd55e93a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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/
|