diff --git a/bucket/boost.json b/bucket/boost.json new file mode 100644 index 0000000000..bbfb9e4f0b --- /dev/null +++ b/bucket/boost.json @@ -0,0 +1,36 @@ +{ + "version": "1_84_0", + "description": "Boost C++ Libraries", + "homepage": "https://www.boost.org/", + "license": "BSL-1.0", + "architecture": { + "64bit": { + "url": "https://downloads.sourceforge.net/project/boost/boost-binaries/1.84.0/boost_1_84_0-msvc-14.3-64.exe", + "hash": "sha1:11effb2cff9e4c4a80d1b3ca2ead09117ba90b73" + }, + "32bit": { + "url": "https://downloads.sourceforge.net/project/boost/boost-binaries/1.84.0/boost_1_84_0-msvc-14.3-32.exe", + "hash": "sha1:031dabe35ec68bdb05c29479b30239b961267297" + } + }, + "innosetup": true, + "pre_install": "Rename-Item \"$dir/lib$($architecture.Substring(0, 2))-msvc-*.*\" lib", + "env_set": { + "BOOST_ROOT": "$dir", + "Boost_INCLUDE_DIR": "$dir\\boost" + }, + "checkver": { + "sourceforge": "boost/boost-binaries", + "regex": "(?[\\d.]+)+/boost_(\\w+)-msvc-(?[\\d.]+)-64\\.exe" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://downloads.sourceforge.net/project/boost/boost-binaries/$matchShort/boost_$version-msvc-$matchMsvc-64.exe" + }, + "32bit": { + "url": "https://downloads.sourceforge.net/project/boost/boost-binaries/$matchShort/boost_$version-msvc-$matchMsvc-32.exe" + } + } + } +}