Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
name: cpptrace
|
||||
description: Simple, portable, and self-contained stacktrace library for C++11 and newer
|
||||
version: 1.0.4
|
||||
revision: 1
|
||||
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
|
||||
Reference in New Issue
Block a user