Files
Apollo/packaging/linux/flatpak/modules/boost.json
2025-06-04 19:05:28 +08: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.88.0/boost-1.88.0-cmake.tar.xz",
"sha256": "f48b48390380cfb94a629872346e3a81370dc498896f16019ade727ab72eb1ec"
}
]
}