aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/dukglue
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/dukglue
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/dukglue')
-rw-r--r--vcpkg/ports/dukglue/portfile.cmake11
-rw-r--r--vcpkg/ports/dukglue/vcpkg.json10
2 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/dukglue/portfile.cmake b/vcpkg/ports/dukglue/portfile.cmake
new file mode 100644
index 0000000..412e2fa
--- /dev/null
+++ b/vcpkg/ports/dukglue/portfile.cmake
@@ -0,0 +1,11 @@
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO Aloshi/dukglue
+ REF c3ec2a463a03a4fa34715aa75273537d39900edb #2022-11-08
+ HEAD_REF master
+ SHA512 60bf0274113fa7d547ed2890268782176c507ab0b7ea601362640bb2d4d637ce013a4dabeffbd8a82ed672b2de7778355b6e79642d70cfc2c1f1cf2c2fd9f6c1
+)
+
+file(COPY "${SOURCE_PATH}/include/dukglue" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
+
+vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")
diff --git a/vcpkg/ports/dukglue/vcpkg.json b/vcpkg/ports/dukglue/vcpkg.json
new file mode 100644
index 0000000..c18249e
--- /dev/null
+++ b/vcpkg/ports/dukglue/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "dukglue",
+ "version-date": "2022-11-08",
+ "description": "A C++ binding/wrapper library for the Duktape JavaScript interpreter.",
+ "homepage": "https://github.com/Aloshi/dukglue",
+ "license": "MIT",
+ "dependencies": [
+ "duktape"
+ ]
+}