frida-python, frida-tools: install python dependencies in postinst
This commit is contained in:
parent
707990cdfa
commit
459084decd
@ -1,3 +1,7 @@
|
||||
TERMUX_SUBPKG_DESCRIPTION="Python bindings for Frida"
|
||||
TERMUX_SUBPKG_INCLUDE="lib/python*"
|
||||
|
||||
termux_step_create_subpkg_debscripts() {
|
||||
echo "#!$TERMUX_PREFIX/bin/sh" > postinst
|
||||
echo "pip3.8 install wcwidth colorama pygments" >> postinst
|
||||
}
|
||||
|
@ -8,3 +8,8 @@ bin/frida-ls-devices
|
||||
bin/frida-ps
|
||||
bin/frida-trace
|
||||
"
|
||||
|
||||
termux_step_create_subpkg_debscripts() {
|
||||
echo "#!$TERMUX_PREFIX/bin/sh" > postinst
|
||||
echo "pip3.8 prompt_toolkit colorama pygments" >> postinst
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user