27-lunasvg.yaml (424B)
1 name: lunasvg 2 buildsystem: cmake-ninja 3 builddir: true 4 config-opts: 5 - "-DCMAKE_BUILD_TYPE=Release" 6 - "-DBUILD_SHARED_LIBS=ON" 7 - "-DLUNASVG_BUILD_EXAMPLES=OFF" 8 build-options: 9 strip: true 10 sources: 11 - type: git 12 url: "https://github.com/stenzek/lunasvg.git" 13 commit: "9af1ac7b90658a279b372add52d6f77a4ebb482c" 14 cleanup: 15 - /bin 16 - /include 17 - /lib/*.a 18 - /lib/*.la 19 - /lib/cmake 20 - /lib/pkgconfig 21 - /share