24 lines
602 B
YAML
24 lines
602 B
YAML
name: cpptrace
|
|
description: Simple, portable, and self-contained stacktrace library for C++11 and newer
|
|
version: 1.0.4
|
|
revision: 2
|
|
url: https://github.com/jeremy-rifkin/cpptrace
|
|
license: MIT
|
|
maintainers:
|
|
- [email protected]
|
|
architecture: any
|
|
type: source
|
|
depends:
|
|
- gcc-libs
|
|
- glibc
|
|
- libdwarf
|
|
- libunwind
|
|
- zstd
|
|
make_depends:
|
|
- cmake
|
|
downloads:
|
|
- url: https://github.com/jeremy-rifkin/cpptrace/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
|
|
extract_to: ${BPM_SOURCE}
|
|
extract_strip_components: 1
|
|
checksum: 5c9f5b301e903714a4d01f1057b9543fa540f7bfcc5e3f8bd1748e652e24f9ea
|