2024-09-01 12:08:31 +00:00
|
|
|
# SPDX-FileCopyrightText: 2019-2024 Connor McLaughlin <stenzek@gmail.com>
|
|
|
|
# SPDX-License-Identifier: CC-BY-NC-ND-4.0
|
|
|
|
|
2024-08-06 04:12:08 +00:00
|
|
|
name: shaderc
|
|
|
|
buildsystem: cmake-ninja
|
|
|
|
builddir: true
|
|
|
|
config-opts:
|
|
|
|
- "-DCMAKE_BUILD_TYPE=Release"
|
|
|
|
- "-DSHADERC_SKIP_TESTS=ON"
|
|
|
|
- "-DSHADERC_SKIP_EXAMPLES=ON"
|
|
|
|
- "-DSHADERC_SKIP_COPYRIGHT_CHECK=ON"
|
|
|
|
build-options:
|
|
|
|
strip: true
|
|
|
|
sources:
|
|
|
|
- type: git
|
|
|
|
url: "https://github.com/stenzek/shaderc.git"
|
2024-09-08 12:11:58 +00:00
|
|
|
commit: "3a655d0f8d3c946efd690edea31e138d4efef417"
|
2024-08-06 04:12:08 +00:00
|
|
|
cleanup:
|
|
|
|
- /bin
|
|
|
|
- /include
|
|
|
|
- /lib/*.a
|
|
|
|
- /lib/*.la
|
|
|
|
- /lib/cmake
|
|
|
|
- /lib/pkgconfig
|