aboutsummaryrefslogtreecommitdiff
path: root/libs/vcpkg-registry/ports/mo2-cmake
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-02-11 02:37:39 -0600
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-02-11 02:37:39 -0600
commit7ee008e150bc5bcf76082d726f719ee0fdfda982 (patch)
tree27fb39be241fdb5ac2734c574de678977d1856d0 /libs/vcpkg-registry/ports/mo2-cmake
Fluorine Manager: full Linux port of Mod Organizer 2
Complete native Linux port with FUSE-based virtual filesystem, Proton/umu-run integration, and Flatpak packaging. Key features: - FUSE VFS replacing Windows USVFS (in-process + standalone helper for Flatpak) - Proton/GE-Proton/umu-run launcher with env var forwarding - Flatpak support (sandbox-aware VFS, NXM handler, umu-run) - Wine prefix management UI - Case-insensitive path resolution for Linux filesystems - QSettings-safe INI handling (avoids Bethesda INI corruption) - Portable instance support with auto-generated launcher scripts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'libs/vcpkg-registry/ports/mo2-cmake')
-rw-r--r--libs/vcpkg-registry/ports/mo2-cmake/portfile.cmake19
-rw-r--r--libs/vcpkg-registry/ports/mo2-cmake/vcpkg.json8
2 files changed, 27 insertions, 0 deletions
diff --git a/libs/vcpkg-registry/ports/mo2-cmake/portfile.cmake b/libs/vcpkg-registry/ports/mo2-cmake/portfile.cmake
new file mode 100644
index 0000000..065dc2b
--- /dev/null
+++ b/libs/vcpkg-registry/ports/mo2-cmake/portfile.cmake
@@ -0,0 +1,19 @@
+set(VCPKG_POLICY_SKIP_COPYRIGHT_CHECK enabled)
+set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO ModOrganizer2/cmake_common
+ REF "v${VERSION}"
+ SHA512 61DA83F5CC8FC35108A3E130E10C18A6253D333F239E9F9D863A104738A9A761DD9D31D5B6947A8AEAA2CEE1940E66A9126968E1B9244B86BB3AE33FF1C428CE
+ HEAD_REF master
+)
+
+file(INSTALL
+ "${SOURCE_PATH}/mo2_cpp.cmake"
+ "${SOURCE_PATH}/mo2_python.cmake"
+ "${SOURCE_PATH}/mo2_utils.cmake"
+ "${SOURCE_PATH}/mo2_versions.cmake"
+ "${SOURCE_PATH}/mo2.cmake"
+ "${SOURCE_PATH}/mo2-cmake-config.cmake"
+ DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
diff --git a/libs/vcpkg-registry/ports/mo2-cmake/vcpkg.json b/libs/vcpkg-registry/ports/mo2-cmake/vcpkg.json
new file mode 100644
index 0000000..60ef468
--- /dev/null
+++ b/libs/vcpkg-registry/ports/mo2-cmake/vcpkg.json
@@ -0,0 +1,8 @@
+{
+ "name": "mo2-cmake",
+ "version": "2.5.3-beta.2",
+ "description": "CMake utilities for building MO2 and its plugins.",
+ "homepage": "https://github.com/ModOrganizer2/cmake_common/",
+ "license": "GPL-3.0",
+ "supports": "!uwp"
+}