diff options
Diffstat (limited to 'vcpkg/ports/libcgroup/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libcgroup/vcpkg.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcpkg/ports/libcgroup/vcpkg.json b/vcpkg/ports/libcgroup/vcpkg.json new file mode 100644 index 0000000..be39588 --- /dev/null +++ b/vcpkg/ports/libcgroup/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "libcgroup", + "version": "3.1.0", + "description": "Library for working with cgroup", + "homepage": "https://github.com/libcgroup/libcgroup", + "license": "LGPL-2.1-only", + "supports": "linux" +} |