mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:19:08 +08:00
57bd7102d9
* Pass 'make' between vcpkg scripts * Restore original BSD gmake lookup * [starlink-ast] Add ADDITIONAL_MSYS_PACKAGES to vcpkg_configure_make * [starlink-ast] x-add-version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
23 lines
677 B
JSON
23 lines
677 B
JSON
{
|
|
"name": "starlink-ast",
|
|
"version-semver": "9.2.4",
|
|
"port-version": 1,
|
|
"description": "The AST library provides a comprehensive range of facilities for attaching world coordinate systems to astronomical data, for retrieving and interpreting that information and for generating graphical output based on it",
|
|
"homepage": "https://starlink.eao.hawaii.edu/starlink/AST",
|
|
"supports": "windows",
|
|
"features": {
|
|
"pthreads": {
|
|
"description": "build with POSIX threads support",
|
|
"dependencies": [
|
|
"pthreads"
|
|
]
|
|
},
|
|
"yaml": {
|
|
"description": "build with YAML support",
|
|
"dependencies": [
|
|
"libyaml"
|
|
]
|
|
}
|
|
}
|
|
}
|