mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
a87bc634b7
Makes more sense now that the package contains more than just frida-server.
11 lines
243 B
Bash
11 lines
243 B
Bash
TERMUX_SUBPKG_DESCRIPTION="Development files for frida"
|
|
TERMUX_SUBPKG_CONFLICTS="frida-server (<< 14.2.13)"
|
|
TERMUX_SUBPKG_REPLACES="frida-server (<< 14.2.13)"
|
|
TERMUX_SUBPKG_INCLUDE="
|
|
lib/*.so
|
|
lib/*.a
|
|
lib/pkgconfig
|
|
include/frida-*
|
|
share/vala
|
|
"
|