mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-28 22:01:50 +00:00
remove the huge precompiled radare2; download it when building module
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
|
root-module/radare2-5.9.9-android-aarch64.tar.gz
|
||||||
wak.toml
|
wak.toml
|
||||||
log.txt
|
log.txt
|
||||||
btl2capfix.zip
|
btl2capfix.zip
|
||||||
@@ -7,6 +7,7 @@ root-module-manual
|
|||||||
testing.py
|
testing.py
|
||||||
.DS_Store
|
.DS_Store
|
||||||
CMakeLists.txt.user*
|
CMakeLists.txt.user*
|
||||||
|
|
||||||
# Android Template
|
# Android Template
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -7,5 +7,5 @@ rm -f ../btl2capfix.zip
|
|||||||
|
|
||||||
# COPYFILE_DISABLE env is a macOS fix to avoid parasitic files in ZIPs: https://superuser.com/a/260264
|
# COPYFILE_DISABLE env is a macOS fix to avoid parasitic files in ZIPs: https://superuser.com/a/260264
|
||||||
export COPYFILE_DISABLE=1
|
export COPYFILE_DISABLE=1
|
||||||
|
curl -L -o ./radare2-5.9.9-android-aarch64.tar.gz "https://hc-cdn.hel1.your-objectstorage.com/s/v3/25e8dbfe13892b4c26f3e01bfa45197f170bb0e7_radare2-5.9.9-android-aarch64.tar.gz"
|
||||||
zip -r ../btl2capfix.zip . -x \*.DS_Store \*__MACOSX \*DEBIAN ._\* .gitignore
|
zip -r ../btl2capfix.zip . -x \*.DS_Store \*__MACOSX \*DEBIAN ._\* .gitignore
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user