diff options
Diffstat (limited to 'ports/mman')
| -rw-r--r-- | ports/mman/CONTROL | 4 | ||||
| -rw-r--r-- | ports/mman/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/mman/CONTROL b/ports/mman/CONTROL deleted file mode 100644 index 75a043f79..000000000 --- a/ports/mman/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: mman
-Version: git-f5ff813-3
-Homepage: https://github.com/witwall/mman-win32
-Description: A light implementation of the mmap functions for MinGW.
diff --git a/ports/mman/vcpkg.json b/ports/mman/vcpkg.json new file mode 100644 index 000000000..37516b679 --- /dev/null +++ b/ports/mman/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "mman", + "version-string": "git-f5ff813", + "port-version": 4, + "description": "A light implementation of the mmap functions for MinGW.", + "homepage": "https://github.com/witwall/mman-win32" +} |
