mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
ghidra: add build comment, fmio
This commit is contained in:
parent
86d924b295
commit
41f974f795
1 changed files with 4 additions and 0 deletions
|
|
@ -62,6 +62,10 @@ check_gradle_binary() {
|
|||
|
||||
src_unpack() {
|
||||
# https://github.com/NationalSecurityAgency/ghidra/blob/master/DevGuide.md
|
||||
# alternative:
|
||||
# gradle -I gradle/support/fetchDependencies.gradle init
|
||||
# gradle -g dependencies/gradle prepdev
|
||||
# build: gradle -g dependencies/gradle buildGhidra
|
||||
unpack ${A}
|
||||
mkdir -p "${S}/.gradle/flatRepo" || die "(1) mkdir failed"
|
||||
cd "${S}/.gradle"
|
||||
|
|
|
|||
Loading…
Reference in a new issue