vcpkg/ports/libxpm/vcpkg.json
Javier Matos Denizac 307ded63af
[libxpm] update homepage (#38518)
Noticed the homepage Url in this port is broken while updating the
vcpkg.io site.

---------

Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
2024-05-06 15:21:31 -04:00

33 lines
620 B
JSON

{
"name": "libxpm",
"version": "3.5.16",
"port-version": 1,
"description": "XPM format pixmap library",
"homepage": "https://gitlab.freedesktop.org/xorg/lib/libxpm",
"license": "MIT",
"supports": "windows | linux",
"dependencies": [
"libx11",
{
"name": "vcpkg-cmake",
"host": true
},
"xorg-macros",
"xproto"
],
"features": {
"gettext": {
"description": "use xgettext to build source",
"dependencies": [
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
}
]
}
}
}