Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 578990 Details for
Bug 685146
[JAVA] dev-util/ghidra - NSA decompiler and reverse engineering tool
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild Proposal for dev-util/ghidra-bin-9.0.4
ghidra-bin-9.0.4.ebuild (text/plain), 1.01 KB, created by
Alexandre A. Bizri
on 2019-06-06 17:21:47 UTC
(
hide
)
Description:
Ebuild Proposal for dev-util/ghidra-bin-9.0.4
Filename:
MIME Type:
Creator:
Alexandre A. Bizri
Created:
2019-06-06 17:21:47 UTC
Size:
1.01 KB
patch
obsolete
># Copyright 2019 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >DESCRIPTION="A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate" >HOMEPAGE="https://ghidra-sre.org/ https://github.com/NationalSecurityAgency/ghidra/" >SRC_URI="https://ghidra-sre.org/ghidra_9.0.4_PUBLIC_20190516.zip -> ${P}.zip" > >LICENSE="Apache-2.0 && public-domain" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > ># When jdk 11 will be supported by gentoo, only the virtual jdk will be useful >DEPEND="|| ( >=virtual/jdk-11.0.0 >=dev-java/openjdk-bin-11.0.0 >=dev-java/openjdk-11.0.0 >=dev-java/oracle-jdk-bin-11.0.0 )" >RDEPEND="${DEPEND}" >BDEPEND="" > >src_unpack() { > if [ "${A}" != "" ]; then > unpack ${A} > fi > > mv ${WORKDIR}/ghidra_9.0.4 ${WORKDIR}/ghidra-bin-9.0.4 # Correct naming of the archive >} > >src_install() { > dodir /usr/share/ghidra > mv ${WORKDIR}/ghidra-bin-9.0.4/* ${ED}/usr/share/ghidra || die "mv failed" > > dodir /usr/bin > dosym ${ED}/usr/share/ghidra/ghidraRun /usr/bin/ghidra >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 685146
: 578990