diff options
| author | Jonas Zaddach <jonas.zaddach@gmail.com> | 2021-03-29 19:14:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-29 10:14:39 -0700 |
| commit | 7adc87efe1a4d04d60c271c6d3f63a1505e3bf9d (patch) | |
| tree | a83d903ad1080c145dfb103657395dafd4ab44db /versions/baseline.json | |
| parent | 170e44d327489442e3b9671c72f06540db6aff4b (diff) | |
| download | vcpkg-7adc87efe1a4d04d60c271c6d3f63a1505e3bf9d.tar.gz vcpkg-7adc87efe1a4d04d60c271c6d3f63a1505e3bf9d.zip | |
[clamav] Add new port (#14658)
* Added ClamAV port
* Patch ClamAV's cmake files instead of doing things in portfile
* Fix whitespace
* Strip down package to really only build libclamav
* Fix static build
* Fix build on Linux
* Remove libcurl linkage
* fix copy-paste mistake
* Disable static build
* update version record
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'versions/baseline.json')
| -rw-r--r-- | versions/baseline.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 79a7494ae..6a4cd93e1 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1212,6 +1212,10 @@ "baseline": "2019-11-30-1", "port-version": 0 }, + "clamav": { + "baseline": "0.103.0", + "port-version": 0 + }, "clapack": { "baseline": "3.2.1", "port-version": 17 |
