dev-python/conda-libmamba-solver: bump version to 24.11.1
[gentoo-zh.git] / dev-debug / lldb-mi / lldb-mi-0.0.1.ebuild
blob30fbbfbb34f446421c6739e2c72d96d7a6f02da5
1 # Copyright 2022-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit cmake
8 DESCRIPTION="LLDB Machine Interface Driver"
9 HOMEPAGE="https://github.com/lldb-tools/lldb-mi"
10 SRC_URI="
11 https://github.com/lldb-tools/lldb-mi/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
14 LICENSE="Apache-2.0-with-LLVM-exceptions"
15 SLOT="0"
16 KEYWORDS="~amd64"
18 DEPEND="
19 llvm-core/llvm:=
20 llvm-core/lldb
22 RDEPEND="${DEPEND}"