mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-24 14:45:41 +00:00
29 lines
516 B
JSON
29 lines
516 B
JSON
|
{
|
||
|
"name": "discord-rpc",
|
||
|
"buildsystem": "cmake-ninja",
|
||
|
"builddir": true,
|
||
|
"config-opts": [
|
||
|
"-DCMAKE_BUILD_TYPE=Release",
|
||
|
"-DBUILD_SHARED_LIBS=ON"
|
||
|
],
|
||
|
"build-options": {
|
||
|
"strip": true
|
||
|
},
|
||
|
"sources": [
|
||
|
{
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/stenzek/discord-rpc.git",
|
||
|
"commit": "842c15192041f8e71c512851834f4dadb1a554fb"
|
||
|
}
|
||
|
],
|
||
|
"cleanup": [
|
||
|
"/bin",
|
||
|
"/include",
|
||
|
"/lib/*.a",
|
||
|
"/lib/*.la",
|
||
|
"/lib/cmake",
|
||
|
"/lib/pkgconfig",
|
||
|
"/share"
|
||
|
]
|
||
|
}
|