mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-26 20:52:34 +00:00
Fixes termux/termux-packages#11785, termux/termux-packages#11787, termux/termux-packages#11791.
18 lines
718 B
Bash
18 lines
718 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/protobuf-c/protobuf-c
|
|
TERMUX_PKG_DESCRIPTION="Protocol buffers C library"
|
|
TERMUX_PKG_LICENSE="BSD 2-Clause"
|
|
TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
|
|
TERMUX_PKG_VERSION="1.4.1"
|
|
TERMUX_PKG_REVISION=2
|
|
TERMUX_PKG_SRCURL=https://github.com/protobuf-c/protobuf-c/releases/download/v${TERMUX_PKG_VERSION}/protobuf-c-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=4cc4facd508172f3e0a4d3a8736225d472418aee35b4ad053384b137b220339f
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="libc++, libprotobuf, protobuf"
|
|
TERMUX_PKG_BREAKS="libprotobuf-c-dev"
|
|
TERMUX_PKG_REPLACES="libprotobuf-c-dev"
|
|
|
|
termux_step_pre_configure() {
|
|
termux_setup_protobuf
|
|
export PROTOC=$(command -v protoc)
|
|
}
|