# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" CMAKE_BUILD_TYPE="Release" CMAKE_MAKEFILE_GENERATOR="emake" LLVM_MAX_SLOT=12 PYTHON_COMPAT=( python3_{8..10} ) inherit cmake desktop llvm python-single-r1 xdg-utils DESCRIPTION="A hex editor for reverse engineers, programmers, and eyesight" HOMEPAGE="https://github.com/WerWolv/ImHex" SRC_URI="https://github.com/WerWolv/ImHex/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/ImHex-${PV}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" DEPEND=" ${PYTHON_DEPS} app-forensics/yara dev-cpp/nlohmann_json dev-cpp/xdgpp dev-libs/capstone