early-access version 2853
This commit is contained in:
17
externals/vcpkg/ports/vcpkg-tool-lessmsi/portfile.cmake
vendored
Executable file
17
externals/vcpkg/ports/vcpkg-tool-lessmsi/portfile.cmake
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
||||
|
||||
set(version v1.10.0)
|
||||
|
||||
vcpkg_download_distfile(archive_path
|
||||
URLS "https://github.com/activescott/lessmsi/releases/download/${version}/lessmsi-${version}.zip"
|
||||
FILENAME "lessmsi-${version}.zip"
|
||||
SHA512 91be9363d75e8ca0129304008ddc26fe575cc4fd76d7f43ef0a6ff414855dc1c6e412f4e694b2950026e02cc3d31b18bd8c2e4c03e1ddce01477f3f2d2197479
|
||||
)
|
||||
|
||||
file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/tools/${PORT}")
|
||||
|
||||
file(ARCHIVE_EXTRACT
|
||||
INPUT "${archive_path}"
|
||||
DESTINATION "${CURRENT_PACKAGES_DIR}/tools/${PORT}"
|
||||
)
|
||||
|
||||
8
externals/vcpkg/ports/vcpkg-tool-lessmsi/vcpkg.json
vendored
Executable file
8
externals/vcpkg/ports/vcpkg-tool-lessmsi/vcpkg.json
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "vcpkg-tool-lessmsi",
|
||||
"version": "1.10.0",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user