diff options
| author | Adam Jorgensen <adam.jorgensen.za@gmail.com> | 2019-12-20 15:00:29 -0500 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-12-20 12:00:29 -0800 |
| commit | 14b0cf90e89dd6436f64a181bc44d76f76dff6fa (patch) | |
| tree | 27a0db62f607319ef2401dc2e3b4e7b1de559d35 /ports/opendnp3/CONTROL | |
| parent | fad13cc50c3df9f1e8e316bd47482cf3d03f0433 (diff) | |
| download | vcpkg-14b0cf90e89dd6436f64a181bc44d76f76dff6fa.tar.gz vcpkg-14b0cf90e89dd6436f64a181bc44d76f76dff6fa.zip | |
[opendnp3] Add new port (#9313)
* Added port for OpenDNP3 library
* Added usage note
* Handle library linkage setting
* Removed deprecated vcpkg_common_functions include
* Indicated that OpenDNP3 will fail to build on UWP targets
* [opendnp3] Export cmake files and force to build static in Windows
* [opendnp3] Fix include export-cmake name
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/opendnp3/CONTROL')
| -rw-r--r-- | ports/opendnp3/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/opendnp3/CONTROL b/ports/opendnp3/CONTROL new file mode 100644 index 000000000..a30de2622 --- /dev/null +++ b/ports/opendnp3/CONTROL @@ -0,0 +1,5 @@ +Source: opendnp3 +Version: 2.3.2 +Description: DNP3 (IEEE-1815) protocol stack. Modern C++ with bindings for .NET and Java. +Homepage: https://github.com/dnp3/opendnp3/ +Build-Depends: asio, openssl |
