diff options
| author | eli <wbn@striated.space> | 2021-08-19 09:14:24 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-18 17:14:24 -0700 |
| commit | 322e3e152a8310f7842c8f568dd3747017a93e48 (patch) | |
| tree | d6ebb4e8590b6afcdc71cafe734be01547acdfba /versions | |
| parent | 719ceca88dc9fc7f5eb4c5cc288cd3786c37a3c2 (diff) | |
| download | vcpkg-322e3e152a8310f7842c8f568dd3747017a93e48.tar.gz vcpkg-322e3e152a8310f7842c8f568dd3747017a93e48.zip | |
[zug] Add port (#19539)
* add zug port
* run `vcpkg x-add-version --all`
* add missing docs feature to zug
* run `vcpkg x-add-version --all --overwrite-version`
* Apply suggestions from code review
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* format vcpkg.json
* update version
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/z-/zug.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 7c493d08a..6aeb14c61 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6964,6 +6964,10 @@ "baseline": "1.0.4", "port-version": 0 }, + "zug": { + "baseline": "2021-04-23", + "port-version": 0 + }, "zxing-cpp": { "baseline": "2020-12-2", "port-version": 0 diff --git a/versions/z-/zug.json b/versions/z-/zug.json new file mode 100644 index 000000000..687ab2d8f --- /dev/null +++ b/versions/z-/zug.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "2213b3d809f8a99994484b626896f6cf6e3858c3", + "version-date": "2021-04-23", + "port-version": 0 + } + ] +} |
