rehex-0.3.1.ebuild

This commit is contained in:
blshkv 2021-01-25 11:10:16 +08:00
parent 500e82fe42
commit aa7a28c3d3
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
3 changed files with 57 additions and 8 deletions

View file

@ -0,0 +1 @@
DIST rehex-0.3.1.tar.gz 2658555 BLAKE2B 0e047fe6887f0caccd86b6459fd5365bc3144983f0200b0b7ba5cedc9fff3b3fa187883fc3cec40bdd5ce24d76dc390de790e41b4b2ad8358c1710ee3ce869f7 SHA512 c73d8e224e7aec3eb6901f5fce23de649b29c5feffef19f6216a3ab273176f480dc82023962dfb8bc798a818444a6c06cc85330db134b37153e458e7268e7f9e

View file

@ -0,0 +1,47 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
WX_GTK_VER="3.0-gtk3"
inherit wxwidgets xdg
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"
fi
RESTRICT="
mirror
!test? ( test )
"
LICENSE="GPL-2"
SLOT="0"
IUSE="test"
RDEPEND="
dev-libs/capstone
dev-libs/jansson
x11-libs/wxGTK:${WX_GTK_VER}[X]
"
DEPEND="
${RDEPEND}
test? (
dev-cpp/gtest
)
"
src_configure() {
setup-wxwidgets
}
src_install() {
emake prefix="${D}"/usr install
}

View file

@ -1,13 +1,14 @@
#Pentoo
dev-db/mssqlscan
dev-db/oat
dev-db/sqlbf
dev-db/sqlitebrowser
=app-editors/qhexedit2-0.8*
~x11-libs/qscintilla-2.9.4
~dev-db/themole-0.3
~dev-db/sqlsus-0.7.2
dev-db/neo4j-community
=app-editors/qhexedit2-0.8*
~app-editors/rehex-0.3.1
#Gentoo unstable
dev-db/sqlitebrowser