18 lines
417 B
YAML
18 lines
417 B
YAML
# SPDX-FileCopyrightText: 2019-2024 Connor McLaughlin <stenzek@gmail.com>
|
|
# SPDX-License-Identifier: CC-BY-NC-ND-4.0
|
|
|
|
name: libbacktrace
|
|
buildsystem: autotools
|
|
no-autogen: true
|
|
build-options:
|
|
strip: false
|
|
no-debuginfo: true
|
|
sources:
|
|
- type: git
|
|
url: "https://github.com/ianlancetaylor/libbacktrace.git"
|
|
commit: "86885d14049fab06ef8a33aac51664230ca09200"
|
|
cleanup:
|
|
- /include
|
|
- /lib/*.a
|
|
- /lib/*.la
|