mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:51:18 +08:00
e9558a41e1
* 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>
19 lines
449 B
JSON
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
|
|
}
|
|
]
|
|
}
|