diff options
Diffstat (limited to 'ports/libdivide')
| -rw-r--r-- | ports/libdivide/CONTROL | 7 | ||||
| -rw-r--r-- | ports/libdivide/vcpkg.json | 12 |
2 files changed, 12 insertions, 7 deletions
diff --git a/ports/libdivide/CONTROL b/ports/libdivide/CONTROL deleted file mode 100644 index 9d2a4adbc..000000000 --- a/ports/libdivide/CONTROL +++ /dev/null @@ -1,7 +0,0 @@ -Source: libdivide -Version: 4.0.0 -Homepage: https://github.com/ridiculousfish/libdivide -Description: libdivide.h is a header-only C/C++ library for optimizing integer division. - -Feature: test -Description: Build test
\ No newline at end of file diff --git a/ports/libdivide/vcpkg.json b/ports/libdivide/vcpkg.json new file mode 100644 index 000000000..5ae814575 --- /dev/null +++ b/ports/libdivide/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "libdivide", + "version-string": "4.0.0", + "port-version": 1, + "description": "libdivide.h is a header-only C/C++ library for optimizing integer division.", + "homepage": "https://github.com/ridiculousfish/libdivide", + "features": { + "test": { + "description": "Build test" + } + } +} |
