29 lines
732 B
JSON
Executable file
29 lines
732 B
JSON
Executable file
{
|
|
"clickable_minimum_required": "6.17.1",
|
|
"kill": "Tank Blaster",
|
|
"builder": "custom",
|
|
"build": "${ROOT}/build-ubports.sh",
|
|
"build_dir": "${ROOT}/build",
|
|
"dependencies_host": [
|
|
"wget"
|
|
],
|
|
"dependencies_target": [
|
|
"libvpx3",
|
|
"libsdl2-2.0-0",
|
|
"libasound2",
|
|
"libglib2.0-0",
|
|
"libpng16-16",
|
|
"libfreetype6"
|
|
],
|
|
"install_data": {
|
|
"${BUILD_DIR}/godot": "${INSTALL_DIR}",
|
|
"${ROOT}/click/*": "${INSTALL_DIR}",
|
|
"${ROOT}/export/PCK/Tank-blaster.pck": "${INSTALL_DIR}"
|
|
},
|
|
"install_lib": [
|
|
"/usr/lib/${ARCH_TRIPLET}/libvpx.so.3*",
|
|
"/usr/lib/${ARCH_TRIPLET}/libsndio.so.6.1",
|
|
"/usr/lib/${ARCH_TRIPLET}/libvorbis.so.0*",
|
|
"/usr/lib/${ARCH_TRIPLET}/libSDL2-2.0.so*"
|
|
]
|
|
}
|