From 0300d77fdb18c54eec2a40cbbae6e2a3b1ec1649 Mon Sep 17 00:00:00 2001 From: James Wah Date: Mon, 25 Jan 2021 00:33:12 +1100 Subject: [PATCH] Add a Gentoo ebuild for app-editors/ImHex (#82) --- dist/ImHex-9999.ebuild | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 dist/ImHex-9999.ebuild diff --git a/dist/ImHex-9999.ebuild b/dist/ImHex-9999.ebuild new file mode 100644 index 000000000..fc2efd827 --- /dev/null +++ b/dist/ImHex-9999.ebuild @@ -0,0 +1,34 @@ +# app-editors/ImHex +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A hex editor for reverse engineers, programmers, and eyesight" +HOMEPAGE="https://github.com/WerWolv/ImHex" +SRC_URI="" +EGIT_REPO_URI="https://github.com/WerWolv/ImHex.git" + +PYTHON_COMPAT=( python3_{6,7,8,9} ) + +inherit git-r3 python-single-r1 cmake + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="" +RDEPEND="${DEPEND} + ${PYTHON_DEPS} + media-libs/glfw + sys-apps/file + dev-libs/openssl + dev-libs/capstone + sys-devel/llvm + dev-cpp/nlohmann_json + media-libs/glm + " +BDEPEND="${DEPEND}"