mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
parent
a463dc85e4
commit
e1ea88cc70
11
ports/dukglue/portfile.cmake
Normal file
11
ports/dukglue/portfile.cmake
Normal file
@ -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")
|
10
ports/dukglue/vcpkg.json
Normal file
10
ports/dukglue/vcpkg.json
Normal file
@ -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"
|
||||
]
|
||||
}
|
@ -2244,6 +2244,10 @@
|
||||
"baseline": "2019-04-28",
|
||||
"port-version": 5
|
||||
},
|
||||
"dukglue": {
|
||||
"baseline": "2022-11-08",
|
||||
"port-version": 0
|
||||
},
|
||||
"duktape": {
|
||||
"baseline": "2.5.0",
|
||||
"port-version": 4
|
||||
|
9
versions/d-/dukglue.json
Normal file
9
versions/d-/dukglue.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "449645283a2e3de0824c9e448135059f26d7626c",
|
||||
"version-date": "2022-11-08",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user