summaryrefslogtreecommitdiff
path: root/subprojects/shared-modules/linux-audio/stk.json
blob: cf4d8f93ca8983dd330d847dbc78b00357fa09ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "name": "stk",
    "build-commands": [
        "make -j $FLATPAK_BUILDER_N_JOBS -C src",
        "make -j $FLATPAK_BUILDER_N_JOBS -C projects/effects libeffects",
        "make -j $FLATPAK_BUILDER_N_JOBS -C projects/ragamatic libragamat",
        "make -j $FLATPAK_BUILDER_N_JOBS -C projects/eguitar libeguitar"
    ],
    "post-install": [
        "sh ./stk-install.sh"
    ],
    "cleanup": [
        "/bin/*",
        "/include",
        "*.a"
    ],
    "sources": [
        {
            "type": "archive",
            "url": "http://ccrma.stanford.edu/software/stk/release/stk-4.6.1.tar.gz",
            "sha256": "e77ba3c80cdd93ca02c34098b9b7f918df3d648c87f1ed5d94fe854debd6d101"
        },
        {
            "type": "file",
            "path": "patches/stk-install.sh"
        }
    ]
}