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/c- | |
| 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/c-')
| -rw-r--r-- | versions/c-/clamav.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/versions/c-/clamav.json b/versions/c-/clamav.json new file mode 100644 index 000000000..dc6c236ed --- /dev/null +++ b/versions/c-/clamav.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "30eb9215db50ee898f34f2405682017ac2424e58", + "version-string": "0.103.0", + "port-version": 0 + } + ] +} |
