mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-04 09:02:44 +00:00
frida version 17 has moved over from plain Makefiles to meson, and we more or less needed to port the package again from scratch.
11 lines
251 B
Bash
11 lines
251 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/libfrida*
|
|
lib/frida/
|
|
lib/pkgconfig
|
|
include/frida-*
|
|
share/vala
|
|
"
|