blob: 768f007752499ce05d043c9efecd052f1b8c70cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = mingw-w64-cpptrace
pkgdesc = Simple, portable, and self-contained stacktrace library for C++11 and newer (mingw-w64)
pkgver = 1.0.4
pkgrel = 1
url = https://github.com/jeremy-rifkin/cpptrace
arch = any
license = MIT
makedepends = mingw-w64-cmake
depends = mingw-w64-libbacktrace-git
options = !strip
options = !buildflags
options = staticlibs
source = https://github.com/jeremy-rifkin/cpptrace/archive/refs/tags/v1.0.4.tar.gz
sha256sums = 5c9f5b301e903714a4d01f1057b9543fa540f7bfcc5e3f8bd1748e652e24f9ea
pkgname = mingw-w64-cpptrace
|