aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/wmipp
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/wmipp')
-rw-r--r--vcpkg/ports/wmipp/portfile.cmake11
-rw-r--r--vcpkg/ports/wmipp/vcpkg.json8
2 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/wmipp/portfile.cmake b/vcpkg/ports/wmipp/portfile.cmake
new file mode 100644
index 0000000..60b82b0
--- /dev/null
+++ b/vcpkg/ports/wmipp/portfile.cmake
@@ -0,0 +1,11 @@
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO sonodima/wmipp
+ REF "v${VERSION}"
+ SHA512 78635ec00928b5cb1fb5ab0001fa9a06f75a2a7e5f77dafb8bc77cf31f3ee2f642db08572d82ed39a09783a89d660bebc9b96f91d0926dbbb3109737d54f91e6
+ HEAD_REF main
+)
+
+file(COPY "${SOURCE_PATH}/include/wmipp" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
+
+vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
diff --git a/vcpkg/ports/wmipp/vcpkg.json b/vcpkg/ports/wmipp/vcpkg.json
new file mode 100644
index 0000000..fd36e46
--- /dev/null
+++ b/vcpkg/ports/wmipp/vcpkg.json
@@ -0,0 +1,8 @@
+{
+ "name": "wmipp",
+ "version": "1.3.0",
+ "description": "Streamlined Windows Management Instrumentation (WMI) integration for seamless C++ development",
+ "homepage": "https://github.com/sonodima/wmipp",
+ "license": "MIT",
+ "supports": "windows & !uwp"
+}