Files
termux-packages/packages/libprotobuf/protobuf.subpackage.sh
termux-pacman-bot 409cc462b5 fix(main/{libprotobuf,protobuf-static}): fix conflicts and provide licenses
- `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`
2025-05-01 19:35:57 +00:00

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"