2020-02-23 16:24:49 +01:00
|
|
|
TERMUX_SUBPKG_DESCRIPTION="Python bindings for Frida"
|
2020-02-23 21:18:04 +01:00
|
|
|
TERMUX_SUBPKG_INCLUDE="lib/python*"
|
2020-02-23 16:24:49 +01:00
|
|
|
|
2020-02-23 21:35:29 +01:00
|
|
|
termux_step_create_subpkg_debscripts() {
|
|
|
|
echo "#!$TERMUX_PREFIX/bin/sh" > postinst
|
|
|
|
echo "pip3.8 install wcwidth colorama pygments" >> postinst
|
|
|
|
}
|