summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-02-26 23:58:23 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-02-26 23:58:40 +0100
commit550bfe1cbf4abd6a3f9268b3a91ed1ddf88719b0 (patch)
treeba873a654ad558556d5206e10dcea4732de6754e /sys-libs/libbacktrace/libbacktrace-1.0_p20220226.ebuild
parentpackage.mask: Last rite www-client/midori (diff)
downloadgentoo-550bfe1cbf4abd6a3f9268b3a91ed1ddf88719b0.tar.gz
gentoo-550bfe1cbf4abd6a3f9268b3a91ed1ddf88719b0.tar.bz2
gentoo-550bfe1cbf4abd6a3f9268b3a91ed1ddf88719b0.zip
sys-libs/libbacktrace: Add package. Useful not only for musl.
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs/libbacktrace/libbacktrace-1.0_p20220226.ebuild')
-rw-r--r--sys-libs/libbacktrace/libbacktrace-1.0_p20220226.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-libs/libbacktrace/libbacktrace-1.0_p20220226.ebuild b/sys-libs/libbacktrace/libbacktrace-1.0_p20220226.ebuild
new file mode 100644
index 000000000000..4d25caacdbfb
--- /dev/null
+++ b/sys-libs/libbacktrace/libbacktrace-1.0_p20220226.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="C library that may be linked into a C/C++ program to produce symbolic backtraces"
+HOMEPAGE="https://github.com/ianlancetaylor/libbacktrace"
+
+MY_COMMIT="2446c66076480ce07a6bd868badcbceb3eeecc2e"
+
+SRC_URI="https://github.com/ianlancetaylor/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tgz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S=${WORKDIR}/${PN}-${MY_COMMIT}
+
+#RDEPEND=""
+#DEPEND="${RDEPEND}"