~aleteoryx/sexchat

ref: 7bcf0afcdb0263caa2fc6588284bb8dbfb198373 sexchat/flatpak/shared-modules/cld2/cld2.json -rw-r--r-- 625 bytes
7bcf0afcAleteoryx basic batch support 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "cld2",
    "buildsystem": "simple",
    "build-options": {
	"cxxflags": "-std=c++98"
    },
    "build-commands": [
	"cp CMakeLists.txt ./cld2",
	"cd cld2 && mkdir build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/app -DCMAKE_BUILD_TYPE=Release",
	"cd cld2/build && make && make install"
    ],
    "sources":[
        {
            "type": "git",
            "url": "https://github.com/CLD2Owners/cld2.git",
            "commit": "84b58a5d7690ebf05a91406f371ce00c3daf31c0",
            "dest": "cld2"
        },
        {
            "type": "file",
            "path": "CMakeLists.txt"
        }
    ]
}