pineapple/externals/vcpkg/ports/angelscript/vcpkg.json

25 lines
806 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"name": "angelscript",
"version": "2.35.1",
"port-version": 1,
"description": "The AngelCode Scripting Library, or AngelScript as it is also known, is an extremely flexible cross-platform scripting library designed to allow applications to extend their functionality through external scripts. It has been designed from the beginning to be an easy to use component, both for the application programmer and the script writer.",
"homepage": "https://angelcode.com/angelscript",
"license": "Zlib",
"supports": "!arm",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"addons": {
"description": "Installs all addons for use in compiling scripts addons"
}
}
}