vcpkg/ports/nyan-lang/vcpkg.json
Qingnan Duan 73827e6bfa
[nyan-lang] Add new port nyan-lang (#32250)
* Port v0.1 but it does not compile

* Install the latest version

* Rename to nyan-lang

* Format manifest

* x-add-version

* Use new functions

* Format json

* Fix version

* Update version and handle tools

* Fix version and SHA512

* Fix version

* x-add-version

* Resolve comments

* Declare supported triplets

* Format manifest

* x-add-version

* Add back CMP0074

* x-add-version

* Add patch for UWP

* x-add-version

* Skip UWP builds

* x-add-version

* Apply review comments

* x-add-version
2023-09-01 11:31:34 -07:00

19 lines
448 B
JSON

{
"name": "nyan-lang",
"version": "0.3",
"description": "nyan is a data description language, It is a mixture of python, json, patch, wml, yaml and some new ideas.",
"homepage": "https://github.com/SFTtech/nyan",
"license": "LGPL-3.0-or-later",
"supports": "!osx & !static & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}