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