mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:28:59 +08:00
b010f27895
* Fix vcpkg.jsons that don't conform with our schema iniparser's homepage is not a valid URI. ndevilla.free.fr/iniparser says that the homepage has moved to github, so just replaced it with that. Note that portfile.cmake already uses vcpkg_from_github. nifticlib was referring to a github organization and used vcpkg_from_github in its homepage. thor was missing a scheme. Using https gave an invalid certificate but http redirected to the site I put here. * Add licenses.
17 lines
329 B
JSON
17 lines
329 B
JSON
{
|
|
"name": "thor",
|
|
"version": "2.0",
|
|
"port-version": 6,
|
|
"description": "Extends the multimedia library SFML with higher-level features",
|
|
"homepage": "https://bromeon.ch/libraries/thor/",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
"aurora",
|
|
"sfml",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|