mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-11 10:53:23 +01:00
29 lines
611 B
Bash
29 lines
611 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit cmake git-r3
|
|
|
|
DESCRIPTION="The OpenSource Disassembler"
|
|
HOMEPAGE="https://redasm.io"
|
|
|
|
#https://github.com/REDasmOrg/REDasm/issues/28
|
|
EGIT_REPO_URI="https://github.com/REDasmOrg/REDasm"
|
|
EGIT_COMMIT="v${PV/_/-}"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm64 ~x86"
|
|
IUSE="+database"
|
|
|
|
DEPEND="dev-cpp/tbb
|
|
dev-qt/qtwidgets:5
|
|
dev-qt/qtx11extras:5
|
|
dev-qt/qtgui:5
|
|
dev-qt/qtcore:5"
|
|
RDEPEND="${DEPEND}
|
|
!dev-libs/redasm-database"
|
|
|
|
#src_prepare
|
|
#sed /submodules/database /del -i CMakeLists.txt
|