diff options
Diffstat (limited to 'ports/muparser')
| -rw-r--r-- | ports/muparser/CONTROL | 5 | ||||
| -rw-r--r-- | ports/muparser/vcpkg.json | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/muparser/CONTROL b/ports/muparser/CONTROL deleted file mode 100644 index b41faa900..000000000 --- a/ports/muparser/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: muparser -Version: 2.3.2 -Homepage: https://github.com/beltoforion/muparser -Description: Fast math parser library -Supports: !uwp diff --git a/ports/muparser/vcpkg.json b/ports/muparser/vcpkg.json new file mode 100644 index 000000000..2ba2aa091 --- /dev/null +++ b/ports/muparser/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "muparser", + "version-string": "2.3.2", + "port-version": 1, + "description": "Fast math parser library", + "homepage": "https://github.com/beltoforion/muparser", + "supports": "!uwp" +} |
