vcpkg/ports/tidy-html5/vcpkg.json
Alexander Neumann e9558a41e1
[baseline] fix tidy-html5 (#23566)
* fix tidy-html5 in CI

* version stuff

* version stuff

* copy to share/${PORT}

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>

* version stuff

Co-authored-by: Alexander Neumann <you@example.com>
Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>
2022-03-16 11:48:58 -07:00

19 lines
449 B
JSON

{
"name": "tidy-html5",
"version": "5.7.28",
"port-version": 5,
"description": "Tidy tidies HTML and XML. It can tidy your documents by itself, and developers can easily integrate its features into even more powerful tools.",
"homepage": "https://github.com/htacg/tidy-html5",
"license": null,
"dependencies": [
{
"name": "libxslt",
"host": true
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}