34 lines
677 B
JSON
Executable File
34 lines
677 B
JSON
Executable File
{
|
|
"name": "glib",
|
|
"version": "2.70.5",
|
|
"port-version": 2,
|
|
"description": "Portable, general-purpose utility library.",
|
|
"homepage": "https://developer.gnome.org/glib/",
|
|
"license": "LGPL-2.1-only",
|
|
"supports": "!uwp & !(windows & static)",
|
|
"dependencies": [
|
|
"dirent",
|
|
"gettext",
|
|
"libffi",
|
|
"libiconv",
|
|
"pcre",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"libmount": {
|
|
"description": "Build with libmount support.",
|
|
"supports": "linux",
|
|
"dependencies": [
|
|
"libmount"
|
|
]
|
|
},
|
|
"selinux": {
|
|
"description": "Build with selinux support."
|
|
}
|
|
}
|
|
}
|