mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 13:40:22 +00:00
9 lines
266 B
Bash
9 lines
266 B
Bash
TERMUX_SUBPKG_INCLUDE="lib/python*"
|
|
TERMUX_SUBPKG_DESCRIPTION="Python bindings for OpenCV"
|
|
TERMUX_SUBPKG_DEPENDS="python"
|
|
|
|
termux_step_create_subpkg_debscripts() {
|
|
echo "#!$TERMUX_PREFIX/bin/sh" > postinst
|
|
echo "MATHLIB=m pip3 install numpy==1.23.3" >> postinst
|
|
}
|