We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4929388 commit 8d7c2adCopy full SHA for 8d7c2ad
1 file changed
srcpkgs/libbacktrace/template
@@ -0,0 +1,16 @@
1
+# Template file for 'libbacktrace'
2
+pkgname=libbacktrace
3
+version=0.0.202504
4
+revision=1
5
+_commit=793921876c981ce49759114d7bb89bb89b2d3a2d
6
+build_style=gnu-configure
7
+short_desc="C library to produce symbolic backtraces"
8
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
9
+license="BSD-3-Clause"
10
+homepage="https://github.com/ianlancetaylor/libbacktrace"
11
+distfiles="https://github.com/ianlancetaylor/libbacktrace/archive/$_commit.tar.gz"
12
+checksum=858b1225351052234f7e71f0f36622fc9ad33aac947db7816d0b443ae0dd33ce
13
+
14
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
15
+ broken=yes
16
+fi
0 commit comments