# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

GITHUB_REPOSITORY="redasm-dev/redasm"
GITHUB_COMMIT="a7c663dbd1c7eaa7ac1b7ae414e682219bfe62bb"

CPM_VERSION="0.38.7"

CPM_PACKAGES=(
	"QHexView Dax89/QHexView v5.1.1"
)

inherit github-snapshot cpm-cmake

DESCRIPTION="The OpenSource Disassembler"
HOMEPAGE="https://redasm.dev/"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"

DEPEND="
	dev-libs/libredasm
	dev-db/redasm-kb
	dev-qt/qtbase:6[widgets]
"