aboutsummaryrefslogtreecommitdiff
path: root/versions
diff options
context:
space:
mode:
authorJonas Zaddach <jonas.zaddach@gmail.com>2021-03-29 19:14:39 +0200
committerGitHub <noreply@github.com>2021-03-29 10:14:39 -0700
commit7adc87efe1a4d04d60c271c6d3f63a1505e3bf9d (patch)
treea83d903ad1080c145dfb103657395dafd4ab44db /versions
parent170e44d327489442e3b9671c72f06540db6aff4b (diff)
downloadvcpkg-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')
-rw-r--r--versions/baseline.json4
-rw-r--r--versions/c-/clamav.json9
2 files changed, 13 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
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
+ }
+ ]
+}