diff options
| author | YiChih Wang <andywang0607.05g@g2.nctu.edu.tw> | 2021-03-30 01:08:29 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-29 10:08:29 -0700 |
| commit | 76ab38bbd94001701d678643bf3a4d1cc43d7ca4 (patch) | |
| tree | 18acc6dea1179b742305c8273488be50779ae9ab /versions | |
| parent | 286fa50cbdc2854e4a6c626e811cbb701833765d (diff) | |
| download | vcpkg-76ab38bbd94001701d678643bf3a4d1cc43d7ca4.tar.gz vcpkg-76ab38bbd94001701d678643bf3a4d1cc43d7ca4.zip | |
[iir1] Add new port (#16436)
* [iir1] Add new port
* [iir1] Update portfile.cmake
Note:
- Replace vcpkg_download_distfile() with vcpkg_from_github() function
* [iir1] Update vcpkg.json
Note:
- Modify manifest property of package version
* [iir1] Precede four space before each parameter in the vcpkg_from_github()
* [iir1] Update iir1.json
* Update ports/iir1/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: YiChih Wang <andywang0607@gmail.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/i-/iir1.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 741cca782..372e47673 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2548,6 +2548,10 @@ "baseline": "9.0.0", "port-version": 0 }, + "iir1": { + "baseline": "1.8.0", + "port-version": 0 + }, "ijg-libjpeg": { "baseline": "9d", "port-version": 0 diff --git a/versions/i-/iir1.json b/versions/i-/iir1.json new file mode 100644 index 000000000..a6a963b45 --- /dev/null +++ b/versions/i-/iir1.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "e41ac2805b2adb0c3e32eba808d75284e8f8c376", + "version": "1.8.0", + "port-version": 0 + } + ] +} |
