mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-04 09:02:44 +00:00
- `libprotobuf`: - conflict with `protobuf-static` (because of `libupb.a`) - add license file for `libutf8-range` - `protobuf-static`: - align `TERMUX_PKG_REVISION` with `libprotobuf` - conflict with `libprotobuf` (because of `libupb.a`) - provide its own `libutf8-range` and `protoc` (because of conflict with `libprotobuf` preventing it from depending on `protobuf` [which is `protoc`]) - add license file for `libutf8-range`
8 lines
179 B
Bash
8 lines
179 B
Bash
TERMUX_SUBPKG_INCLUDE="
|
|
bin/
|
|
lib/libprotobuf-lite.so*
|
|
lib/libprotoc.so*
|
|
lib/pkgconfig/protobuf-lite.pc
|
|
"
|
|
TERMUX_SUBPKG_DESCRIPTION="Compiler for protocol buffer definition files"
|