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: libbacktrace
|
|
|
|
buildsystem: autotools
|
|
|
|
no-autogen: true
|
|
|
|
build-options:
|
|
|
|
strip: false
|
|
|
|
no-debuginfo: true
|
|
|
|
sources:
|
|
|
|
- type: git
|
|
|
|
url: "https://github.com/ianlancetaylor/libbacktrace.git"
|
|
|
|
commit: "ad106d5fdd5d960bd33fae1c48a351af567fd075"
|
|
|
|
cleanup:
|
|
|
|
- /include
|
|
|
|
- /lib/*.a
|
|
|
|
- /lib/*.la
|