diff options
author | axtloss <3alouchi2006@gmail.com> | 2022-07-04 23:06:02 +0200 |
---|---|---|
committer | axtloss <3alouchi2006@gmail.com> | 2022-07-04 23:06:02 +0200 |
commit | 0d1e5f10f2f48a1af8e898d78a7f3fac6cf6bb7c (patch) | |
tree | c9063e3717a5107abf4c035380bc5e0111a0d9e2 /com.github.abishekvashok.cmatrix | |
parent | 8073997c2629d36cbf28352aa773dff954f75f46 (diff) | |
download | flatpaks-0d1e5f10f2f48a1af8e898d78a7f3fac6cf6bb7c.tar.gz flatpaks-0d1e5f10f2f48a1af8e898d78a7f3fac6cf6bb7c.tar.bz2 |
Add cmatrix
Diffstat (limited to '')
-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 |