diff options
Diffstat (limited to 'vcpkg/ports/vcpkg-tool-lessmsi/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/vcpkg-tool-lessmsi/vcpkg.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/vcpkg-tool-lessmsi/vcpkg.json b/vcpkg/ports/vcpkg-tool-lessmsi/vcpkg.json new file mode 100644 index 0000000..d3284ac --- /dev/null +++ b/vcpkg/ports/vcpkg-tool-lessmsi/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "vcpkg-tool-lessmsi", + "version": "1.10.0", + "port-version": 1, + "description": "This is a utility with a graphical user interface and a command line interface that can be used to view and extract the contents of an MSI file.", + "homepage": "https://github.com/activescott/lessmsi", + "license": "MIT", + "supports": "native & windows" +} |