Warning, /pim/kube/dist/flatpak/boost.json is written in an unsupported language. File is not indexed.

0001 {
0002     "name": "boost",
0003     "cleanup": [ "/lib/libboost_*.a" ],
0004     "buildsystem": "simple",
0005     "build-commands": [
0006         "./bootstrap.sh --prefix=/app --with-libraries=graph,program_options,system,thread",
0007         "./b2 -j $FLATPAK_BUILDER_N_JOBS install"
0008     ],
0009     "sources": [
0010         {
0011             "type": "archive",
0012             "url": "https://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.tar.bz2",
0013             "sha256": "7f6130bc3cf65f56a618888ce9d5ea704fa10b462be126ad053e80e553d6d8b7"
0014         }
0015     ]
0016 }