mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2026-01-02 04:34:36 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
24
shared-modules/cld2/cld2.json
Normal file
24
shared-modules/cld2/cld2.json
Normal file
|
|
@ -0,0 +1,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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue