blob: b72b7858d67c0de257e4f74edbdad09e2ed67902 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
|