mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-02-21 17:15:43 +00:00
36 lines
832 B
JSON
36 lines
832 B
JSON
{
|
|
"name": "miniupnpc",
|
|
"buildsystem": "cmake-ninja",
|
|
"builddir": true,
|
|
"subdir": "miniupnpc",
|
|
"config-opts": [
|
|
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
|
|
"-DUPNPC_BUILD_STATIC=OFF",
|
|
"-DUPNPC_BUILD_SHARED=ON",
|
|
"-DUPNPC_BUILD_TESTS=OFF",
|
|
"-DUPNPC_BUILD_SAMPLE=OFF"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/miniupnp/miniupnp.git",
|
|
"tag": "miniupnpc_2_3_3",
|
|
"commit": "bf4215a7574f88aa55859db9db00e3ae58cf42d6",
|
|
"x-checker-data": {
|
|
"type": "anitya",
|
|
"project-id": 1986,
|
|
"stable-only": true,
|
|
"tag-template": "miniupnpc_${version0}_${version1}_${version2}"
|
|
}
|
|
}
|
|
],
|
|
"cleanup": [
|
|
"/share/man",
|
|
"/lib/pkgconfig",
|
|
"/lib/libminiupnpc.so",
|
|
"/lib/cmake",
|
|
"/include",
|
|
"/bin/external-ip.sh"
|
|
]
|
|
}
|