pentoo-overlay/pentoo/pentoo-rce/pentoo-rce-2024.0.ebuild
2024-01-21 16:49:57 +08:00

48 lines
854 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Pentoo RCE meta ebuild"
HOMEPAGE="https://www.pentoo.org"
SLOT="0"
LICENSE="GPL-3"
IUSE="hardened pentoo-extra pentoo-full X"
KEYWORDS="amd64 arm x86"
PDEPEND="hardened? ( sys-apps/paxctl )
app-arch/upx
dev-debug/gdb
dev-debug/gef
sys-devel/gdb-dashboard
amd64? ( ||
(
dev-util/jd-gui-bin
dev-util/jd-gui
)
)
dev-util/jadx-bin
X? (
app-editors/wxhexeditor
)
pentoo-full? (
app-editors/dhex
dev-util/vbindiff
X? (
app-editors/gedit
app-editors/ghex
)
!hardened? ( sys-devel/prelink )
!arm? ( dev-lang/nasm
dev-debug/edb-debugger
)
amd64? ( dev-util/cutter
dev-util/ghidra
)
dev-util/ltrace
dev-util/strace
)
pentoo-extra? (
amd64? ( dev-util/radare2 )
)
"