24 lines
625 B
JSON
24 lines
625 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|