diff options
Diffstat (limited to 'ports/scnlib')
| -rw-r--r-- | ports/scnlib/CONTROL | 4 | ||||
| -rw-r--r-- | ports/scnlib/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/scnlib/CONTROL b/ports/scnlib/CONTROL deleted file mode 100644 index 75f4230d9..000000000 --- a/ports/scnlib/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: scnlib
-Version: 0.4
-Description: scnlib is a modern C++ library for replacing scanf and std::istream
-Homepage: https://scnlib.dev/
diff --git a/ports/scnlib/vcpkg.json b/ports/scnlib/vcpkg.json new file mode 100644 index 000000000..04f4bd5e0 --- /dev/null +++ b/ports/scnlib/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "scnlib", + "version-string": "0.4", + "port-version": 1, + "description": "scnlib is a modern C++ library for replacing scanf and std::istream", + "homepage": "https://scnlib.dev/" +} |
