mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:51:48 +08:00
ac6a9dcfce
* fix duckx * format * port-version * version stuff * rename file * version update Co-authored-by: Alexander Neumann <you@example.com>
21 lines
397 B
JSON
21 lines
397 B
JSON
{
|
|
"name": "duckx",
|
|
"version": "1.2.2",
|
|
"port-version": 1,
|
|
"description": "DuckX is a library for creation of Office docx files.",
|
|
"homepage": "https://github.com/amiremohamadi/DuckX",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"libzip",
|
|
"pugixml",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|