gentoo-zh/dev-debug/lldb-mi/lldb-mi-0.0.1.ebuild
Yongxiang Liang 5280eb2486 dev-debug/lldb-mi: rename dev-util/lldb-mi
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
2024-01-14 02:52:21 +08:00

23 lines
454 B
Bash

# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="LLDB Machine Interface Driver"
HOMEPAGE="https://github.com/lldb-tools/lldb-mi"
SRC_URI="
https://github.com/lldb-tools/lldb-mi/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
"
LICENSE="Apache-2.0-with-LLVM-exceptions"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
sys-devel/llvm:=
dev-debug/lldb
"
RDEPEND="${DEPEND}"