Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions ports/msix/CONTROL

This file was deleted.

1 change: 1 addition & 0 deletions ports/msix/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
NO_CHARSET_FLAG
DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DCMAKE_DISABLE_FIND_PACKAGE_Git=ON
-DINSTALL_LIBMSIX=ON
Expand Down
16 changes: 16 additions & 0 deletions ports/msix/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "msix",
"version": "1.7",
"port-version": 3,
"description": "The MSIX Packaging SDK project is an effort to enable developers on a variety of platforms to pack and unpack packages for the purposes of distribution from either the Microsoft Store, or their own content distribution networks.The MSIX Packaging APIs that a client app would use to interact with .msix/.appx packages are a subset of those documented here. See sample/ExtractContentsSample/ExtractContentsSample.cpp for additional details.",
"homepage": "https://github.com/microsoft/msix-packaging",
"dependencies": [
"catch2",
{
"name": "openssl",
"platform": "!uwp & !windows"
},
"xerces-c",
"zlib"
]
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3977,8 +3977,8 @@
"port-version": 0
},
"msix": {
"baseline": "1.7-2",
"port-version": 0
"baseline": "1.7",
"port-version": 3
},
"msmpi": {
"baseline": "10.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/msix.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e544825ca69bfca4e3f54141bf62cacb1cd878ea",
"version": "1.7",
"port-version": 3
},
{
"git-tree": "d99bfeedaecfb8155ed9a404e3aa683f1b1df72a",
"version-string": "1.7-2",
Expand Down