aboutsummaryrefslogtreecommitdiff
path: root/ports/ideviceinstaller
diff options
context:
space:
mode:
Diffstat (limited to 'ports/ideviceinstaller')
-rw-r--r--ports/ideviceinstaller/CONTROL4
-rw-r--r--ports/ideviceinstaller/portfile.cmake18
2 files changed, 22 insertions, 0 deletions
diff --git a/ports/ideviceinstaller/CONTROL b/ports/ideviceinstaller/CONTROL
new file mode 100644
index 000000000..3697611a4
--- /dev/null
+++ b/ports/ideviceinstaller/CONTROL
@@ -0,0 +1,4 @@
+Source: ideviceinstaller
+Version: 1.1.2.23-1
+Description: Manage apps of iOS devices
+Build-Depends: libimobiledevice, libzip \ No newline at end of file
diff --git a/ports/ideviceinstaller/portfile.cmake b/ports/ideviceinstaller/portfile.cmake
new file mode 100644
index 000000000..ca6b79287
--- /dev/null
+++ b/ports/ideviceinstaller/portfile.cmake
@@ -0,0 +1,18 @@
+include(vcpkg_common_functions)
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO libimobiledevice-win32/ideviceinstaller
+ REF 1.1.2.23
+ SHA512 d0801b3a38eb02206a6f06e05cc19b794c69a87c06895165f64522c61e07030046499c5f0e436981682f9e17f91eae87913cca091e2e039a74ee35a5136100d4
+ HEAD_REF master
+)
+
+vcpkg_install_msbuild(
+ SOURCE_PATH ${SOURCE_PATH}
+ PROJECT_SUBPATH ideviceinstaller.vcxproj
+ LICENSE_SUBPATH COPYING
+ USE_VCPKG_INTEGRATION
+)
+
+set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)