mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
New package: libbacktrace-0.0.202504
This commit is contained in:
parent
492938885f
commit
8d7c2ad59b
1 changed files with 16 additions and 0 deletions
16
srcpkgs/libbacktrace/template
Normal file
16
srcpkgs/libbacktrace/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'libbacktrace'
|
||||
pkgname=libbacktrace
|
||||
version=0.0.202504
|
||||
revision=1
|
||||
_commit=793921876c981ce49759114d7bb89bb89b2d3a2d
|
||||
build_style=gnu-configure
|
||||
short_desc="C library to produce symbolic backtraces"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/ianlancetaylor/libbacktrace"
|
||||
distfiles="https://github.com/ianlancetaylor/libbacktrace/archive/$_commit.tar.gz"
|
||||
checksum=858b1225351052234f7e71f0f36622fc9ad33aac947db7816d0b443ae0dd33ce
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
broken=yes
|
||||
fi
|
Loading…
Add table
Reference in a new issue