[dukglue] Add new port (#33878)

* [dukglue] Add new port

* .

* .
This commit is contained in:
Leonid Pospelov 2023-09-20 23:25:09 +06:00 committed by GitHub
parent a463dc85e4
commit e1ea88cc70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 0 deletions

View 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
View 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"
]
}

View File

@ -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
View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "449645283a2e3de0824c9e448135059f26d7626c",
"version-date": "2022-11-08",
"port-version": 0
}
]
}