id: "com.vscodium.codium.tool.glfw" build-extension: true branch: "21.08" runtime: com.vscodium.codium sdk: org.freedesktop.Sdk//21.08 runtime-version: stable separate-locales: false build-options: prefix: /app/tools/glfw env: - SOURCE_DATE_EPOCH=1 modules: - name: glfw3 sources: - type: archive url: https://github.com/glfw/glfw/archive/refs/tags/3.3.5.tar.gz sha256: 32fdb8705784adfe3082f97e0d41e7c515963e977b5a14c467a887cf0da827b5 buildsystem: cmake-ninja builddir: true config-opts: - -DCMAKE_INSTALL_PREFIX=/app/tools/glfw - -DBUILD_SHARED_LIBS=ON post-install: - find /app/tools/glfw -type f | xargs -I{} strip -g {} || true