sunshine-sdk/packaging/linux/flatpak/modules/boost.json
2025-04-13 20:30:07 -04:00

17 lines
604 B
JSON

{
"name": "boost",
"buildsystem": "simple",
"build-commands": [
"cd tools/build && bison -y -d -o src/engine/jamgram.cpp src/engine/jamgram.y",
"./bootstrap.sh --prefix=$FLATPAK_DEST --with-libraries=filesystem,locale,log,program_options,system",
"./b2 install variant=release link=shared runtime-link=shared cxxflags=\"$CXXFLAGS\""
],
"sources": [
{
"type": "archive",
"url": "https://github.com/boostorg/boost/releases/download/boost-1.87.0/boost-1.87.0-cmake.tar.xz",
"sha256": "7da75f171837577a52bbf217e17f8ea576c7c246e4594d617bfde7fafd408be5"
}
]
}