diff options
Diffstat (limited to 'com.github.abishekvashok.cmatrix')
-rw-r--r-- | com.github.abishekvashok.cmatrix/com.github.abishekvashok.cmatrix.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/com.github.abishekvashok.cmatrix/com.github.abishekvashok.cmatrix.yml b/com.github.abishekvashok.cmatrix/com.github.abishekvashok.cmatrix.yml new file mode 100644 index 0000000..b72b785 --- /dev/null +++ b/com.github.abishekvashok.cmatrix/com.github.abishekvashok.cmatrix.yml @@ -0,0 +1,20 @@ +app-id: com.github.abishekvashok.cmatrix +runtime: org.freedesktop.Platform +runtime-version: '21.08' +sdk: org.freedesktop.Sdk +command: cmatrix +modules: + - name: cmatrix + buildsystem: simple + sources: + - type: archive + url: "https://github.com/abishekvashok/cmatrix/releases/download/v2.0/cmatrix-v2.0-Butterscotch.tar" + sha256: "e46c739bfe79e570db2461f89ac66ea79a8fab8efb8423ab53f143e93c2553bc" + build-commands: + # - mv cmatrix/* . + - cd cmatrix && ./configure + - cd cmatrix && make DESTDIR=/app + - cd cmatrix && ls + - ls /app/ + - cd cmatrix && make install DESTDIR=/app + - install -Dm755 cmatrix/cmatrix /app/bin/cmatrix |