mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
[canvas-ity] New port (#33629)
This commit is contained in:
parent
ff323de5ad
commit
3174753371
13
ports/canvas-ity/portfile.cmake
Normal file
13
ports/canvas-ity/portfile.cmake
Normal file
@ -0,0 +1,13 @@
|
||||
#header-only library
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO a-e-k/canvas_ity
|
||||
REF fc5c115d8ca8be0cf81c2247270cc955f78b6138
|
||||
SHA512 19560fa09e8a8eeb09c05b26cf562dc506e6c88e1e66767a2214d2310188cb52ffe03294bd6448531703bd972e2a1995446a3cc20684c9d617ebe65ac93dd37a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/src/canvas_ity.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
||||
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")
|
7
ports/canvas-ity/vcpkg.json
Normal file
7
ports/canvas-ity/vcpkg.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "canvas-ity",
|
||||
"version": "1.0",
|
||||
"description": "A tiny, single-header <canvas>-like 2D rasterizer for C++",
|
||||
"homepage": "https://github.com/a-e-k/canvas_ity",
|
||||
"license": "ISC"
|
||||
}
|
@ -1412,6 +1412,10 @@
|
||||
"baseline": "1.6.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"canvas-ity": {
|
||||
"baseline": "1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"capnproto": {
|
||||
"baseline": "1.0.1",
|
||||
"port-version": 0
|
||||
|
9
versions/c-/canvas-ity.json
Normal file
9
versions/c-/canvas-ity.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ba934f25e09c4ade51de82b8b8213ec2068aa826",
|
||||
"version": "1.0",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user