mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:31:48 +08:00
13a0b7ba8d
* quotes * Updated version * move static patch filenames to vcpkg_from_sourceforge()
15 lines
377 B
JSON
15 lines
377 B
JSON
{
|
|
"name": "pthreads",
|
|
"version": "3.0.0",
|
|
"port-version": 14,
|
|
"description": "Meta-package that provides PThreads4W on Windows, or assumes presence of system pthreads on POSIX systems.",
|
|
"homepage": "https://sourceforge.net/projects/pthreads4w/",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|