diff options
Diffstat (limited to 'ports/bigint')
| -rw-r--r-- | ports/bigint/CONTROL | 5 | ||||
| -rw-r--r-- | ports/bigint/vcpkg.json | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/ports/bigint/CONTROL b/ports/bigint/CONTROL deleted file mode 100644 index 1f0d8f63b..000000000 --- a/ports/bigint/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: bigint
-Version: 2010.04.30
-Port-Version: 6
-Homepage: https://mattmccutchen.net/bigint
-Description: C++ Big Integer Library
diff --git a/ports/bigint/vcpkg.json b/ports/bigint/vcpkg.json new file mode 100644 index 000000000..6a70944a6 --- /dev/null +++ b/ports/bigint/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "bigint", + "version-string": "2010.04.30", + "port-version": 7, + "description": "C++ Big Integer Library", + "homepage": "https://mattmccutchen.net/bigint" +} |
