mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 16:33:09 +01:00
empire-4.5.3.ebuild
This commit is contained in:
parent
c765293f15
commit
54bf1d6e69
3 changed files with 3 additions and 49 deletions
|
|
@ -1,47 +0,0 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
WX_GTK_VER="3.0-gtk3"
|
||||
|
||||
LUA_COMPAT=(lua5-{1..4} )
|
||||
inherit wxwidgets xdg lua-single
|
||||
|
||||
DESCRIPTION="Reverse Engineers' Hex Editor"
|
||||
HOMEPAGE="https://github.com/solemnwarning/rehex"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/solemnwarning/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/solemnwarning/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
fi
|
||||
|
||||
RESTRICT="mirror
|
||||
!test? ( test )"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="${LUA_DEPS}
|
||||
dev-libs/capstone
|
||||
dev-libs/jansson
|
||||
x11-libs/wxGTK:${WX_GTK_VER}[X]"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
dev-cpp/gtest
|
||||
)"
|
||||
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
src_configure() {
|
||||
export LUA_PKG=${ELUA}
|
||||
setup-wxwidgets
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake LUA_PKG=${ELUA} prefix="${D}"/usr install
|
||||
}
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
DIST empire-4.3.3.tar.gz 47015806 BLAKE2B 76e2d00f950a0e88e519ce7d64a89e837f08638eb8ef6410f13fce9537a92aa0016ba7a5cce933a2c3debde961aa98d0f15812e766cb348beffe13298941130f SHA512 826ba243b6091ff1f8fc582ed94239f9f82810e4c64d17304363c5d0ea48a50a9d22411a8849ca7628a78489a5528309a6ab40989fc57157b1d9f3c05fc43808
|
||||
DIST empire-4.4.1.tar.gz 47156373 BLAKE2B 569961a6afa168f6e809670965f09d49172ae9a04ce946725f309f20be97a3a5a90bd43985e7134702b3f991dc71e818394ec6bd57da63b66765a4a904de5817 SHA512 a97d565a08cc57bd62e6b7414cb65880ae94d998ba5b463959d0d1ba72c4852ec49d0e8d60b8d44c551b609cb180f734a2f123468563626f4c5db8d6032f7d06
|
||||
DIST empire-4.5.3.tar.gz 47193173 BLAKE2B 26096e4b4eb627f2207eca96a71703cf3dc29ae993c623027caa28799445db428486e377a1eaab8dad0e90b7299ec378fc4d18790fc8ab447910ae79a896b083 SHA512 32f4c0f6b2f485bb39e1ad2e86a91700f7724315a19876e1e057a4c4a48bccb25e9886ca32966755added336b74393db9967d6e9cc9daaa872cb8046efae25f7
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -59,6 +59,7 @@ RDEPEND="${PYTHON_DEPS}
|
|||
>=dev-python/donut-shellcode-0.9.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/websockify-0.10.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/tk-0.1.0[${PYTHON_USEDEP}]
|
||||
dev-python/pyperclip[${PYTHON_USEDEP}]
|
||||
')
|
||||
powershell? (
|
||||
!x86? ( app-shells/pwsh-bin ) )
|
||||
Loading…
Reference in a new issue