mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:53:22 +08:00
[air-ctl] Support uwp and dynamic library (#25113)
* add port ctl * update version database * use vcpkg_from_github * update version database * rename air-ctl * . * update version * Update portfile.cmake * update version * All platforms supported * update versions * update SHA512 * update versions * update SHA512 * update versions * update SHA512 * update version * add port-version * ... * ... * ... * ... * ... * ... * ... * ... * ... * Update air-ctl.json Co-authored-by: 然Y <inie0722.gmail.com> Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
This commit is contained in:
parent
b42db817a8
commit
062f92c92e
@ -1,10 +1,8 @@
|
||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO inie0722/CTL
|
||||
REF v1.0.0
|
||||
SHA512 facd0afdb20437c0ffa5b097a68e2028faa314be6052e0db1e2c727ce5a0305bca8e575c946b0e10a6343dfaddc38770c1e5a56ae201e1aa906883df6d662398
|
||||
REF 58ca0f229aff093ada66955993cada93e01da18c #1.0.0
|
||||
SHA512 6e1fcd70be0750b3e45de80d6fb30471fdbd8bbd23afd7ff9fb8c3b9fe61669cd02773cf2b6573348dd2905a303845627d3f5f3e647f4e1261db4cc570cf5099
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "air-ctl",
|
||||
"version": "1.0.0",
|
||||
"port-version": 1,
|
||||
"description": "C template container library",
|
||||
"homepage": "https://github.com/inie0722/CTL",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f903c4c9124f693bab3174cca9bba73ed068bbb4",
|
||||
"version": "1.0.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "7f997c28da50f2d8c86639da2c7beab3a00189ce",
|
||||
"version": "1.0.0",
|
||||
|
@ -34,7 +34,7 @@
|
||||
},
|
||||
"air-ctl": {
|
||||
"baseline": "1.0.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"aixlog": {
|
||||
"baseline": "1.5.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user