dev-crystal/backtracer: add 1.2.3

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-03-17 21:37:34 +05:00
parent 71eb85612a
commit 385c077a27
2 changed files with 17 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST backtracer-1.2.2.tar.gz 8864 BLAKE2B cfe5ed7b8648847b3a6536ecbfb89bb5a5cb264cb52afeb977fe9141960528b027b8aefb33f3ba97e506793b0b8ffcd0f7d61eede5cd1f1129b5b7829391e49b SHA512 97a9f75d3ec82ea83b242e8236d8aeff1cb4f555d1460950ba96c8d2b436caae9f0d8e3b74e810f789ea7d9032115074d818519c621601ad670f7a18bf878cff
DIST backtracer-1.2.3.tar.gz 8942 BLAKE2B de1fa75ed322a4e3a119ec0dd037c4ff4ff1406d148b70841654fc2f066ace969cbb72a8d4d38d1b2587641522e6aa723622572c07713a8e2991c8cedc8befef SHA512 af3b9658c364120e42fb056b219d3d7248478be8bddeea069b91fc69ef6f789bace8597a165fa22ddd22789f49165f6bc921ce8c48c5e631074b43fd2a4baa79

View File

@@ -0,0 +1,16 @@
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit shards
MY_PN="${PN}.cr"
DESCRIPTION="Crystal shard aiming to assist with parsing backtraces into a structured form"
HOMEPAGE="https://github.com/Sija/backtracer.cr"
SRC_URI="https://github.com/Sija/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"