aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nano-signal-slot
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/nano-signal-slot
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/nano-signal-slot')
-rw-r--r--vcpkg/ports/nano-signal-slot/portfile.cmake12
-rw-r--r--vcpkg/ports/nano-signal-slot/vcpkg.json8
2 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/nano-signal-slot/portfile.cmake b/vcpkg/ports/nano-signal-slot/portfile.cmake
new file mode 100644
index 0000000..ea4f936
--- /dev/null
+++ b/vcpkg/ports/nano-signal-slot/portfile.cmake
@@ -0,0 +1,12 @@
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO NoAvailableAlias/nano-signal-slot
+ REF 7e237d75e72501109d1276d7c0c97b33e9d7caf1
+ SHA512 a998e59bfded36d9fe2c88d8f3c5229db4fa3c02062f218267f070f4809f63d0bad07300d3cf1f60141ab84bb1802402ac11de06159df6af460f0be4c47f8b9a
+ HEAD_REF master
+)
+
+file(GLOB INCLUDES ${SOURCE_PATH}/*.hpp)
+file(INSTALL ${INCLUDES} DESTINATION ${CURRENT_PACKAGES_DIR}/include)
+
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) \ No newline at end of file
diff --git a/vcpkg/ports/nano-signal-slot/vcpkg.json b/vcpkg/ports/nano-signal-slot/vcpkg.json
new file mode 100644
index 0000000..983026f
--- /dev/null
+++ b/vcpkg/ports/nano-signal-slot/vcpkg.json
@@ -0,0 +1,8 @@
+{
+ "name": "nano-signal-slot",
+ "version": "2.0.1",
+ "port-version": 2,
+ "description": "Pure C++17 Signals and Slots",
+ "homepage": "https://github.com/NoAvailableAlias/nano-signal-slot",
+ "supports": "!uwp"
+}