mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:19:07 +08:00
307ded63af
Noticed the homepage Url in this port is broken while updating the vcpkg.io site. --------- Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
33 lines
620 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|