[boost-vcpkg-helpers] Add boost description to generator script

This commit is contained in:
Robert Schumacher 2018-02-01 11:08:12 -08:00
parent 7cb07fcc69
commit a0648c23af

View File

@ -368,6 +368,7 @@ $boostDependsList = @($libraries_in_boost_port | % { "boost-$_" -replace "_","-"
@(
"Source: boost"
"Version: $version"
"Description: Peer-reviewed portable C++ source libraries"
"Build-Depends: $boostDependsList"
) | out-file -enc ascii $scriptsDir/../boost/CONTROL