diff options
Diffstat (limited to 'vcpkg/ports/libaio/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libaio/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/libaio/vcpkg.json b/vcpkg/ports/libaio/vcpkg.json new file mode 100644 index 0000000..c4a5948 --- /dev/null +++ b/vcpkg/ports/libaio/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "libaio", + "version": "0.3.113", + "description": "The Linux-native asynchronous I/O facility", + "homepage": "https://pagure.io/libaio", + "license": "LGPL-2.1", + "supports": "linux", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |