vcpkg/ports/stx/vcpkg.json
Basit Ayantunde 3f2f3ef820
[stx] Updated STX port (#29392)
* updated stx package

* added FEATURES to vcpkg_check_features

* updated port version

* applied format diff

* Update ports/stx/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/stx/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/stx/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/stx/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/stx/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/stx/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/stx/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/stx/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/stx/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* formatted manifest

* formatted cmake

* changed stx version to one with config exports

* updated hash

* removed fixup command

* added git tree

* updated json versions

* formatted portfile

* updated git tree sha

* formatted portfile

* reverted old version changes

* formatted portfile

* fixed sha

* added blank line

* removed host dependencies

* formatted vcpkg.json

* updated git tree

* updated dependencies

* reverted changes

* update portfile.cmake

* update version

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-02-21 08:03:55 -08:00

24 lines
503 B
JSON

{
"name": "stx",
"version": "0.0.3",
"description": "STX is a collection of libraries and utilities designed to make working with C++ easier and less error-prone.",
"homepage": "https://github.com/lamarrr/STX",
"license": "MIT",
"dependencies": [
"abseil",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"backtrace": {
"description": "stacktrace support for STX"
}
}
}