diff options
| author | vvandrounik <vvandrounik@gmail.com> | 2020-04-23 23:43:38 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-23 13:43:38 -0700 |
| commit | a0126a86e7f8de5004e0aacf68ab8c5019b3e921 (patch) | |
| tree | 72abdc6a66f58400c3dc29d9ffe9fac7691ce8c8 /ports/ryml/CONTROL | |
| parent | cc906546f406538ffcaff59dc805f6e5b2f284e1 (diff) | |
| download | vcpkg-a0126a86e7f8de5004e0aacf68ab8c5019b3e921.tar.gz vcpkg-a0126a86e7f8de5004e0aacf68ab8c5019b3e921.zip | |
[ryml] Add new port (#10793)
* [ryml] Add new port
* Remove deprecated include
* Fix ver regarding maintainer guide
* Mark port as unsupport arm/arm64/osx
* Update CI baseline
* Replace deprecated func vcpkg_extract_source_archive,
add PREFER_NINJA to conf
* Fix wrong placed port states
* Resolve merge conflict
Diffstat (limited to 'ports/ryml/CONTROL')
| -rw-r--r-- | ports/ryml/CONTROL | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/ryml/CONTROL b/ports/ryml/CONTROL new file mode 100644 index 000000000..b6efa45ff --- /dev/null +++ b/ports/ryml/CONTROL @@ -0,0 +1,6 @@ +Source: ryml
+Version: 2020-04-12
+Homepage: https://github.com/biojppm/rapidyaml
+Description: Rapid YAML library
+Build-Depends: c4core[core]
+Supports: !(arm|arm64|osx)
\ No newline at end of file |
