0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-27 08:34:56 +00:00
Files
termux-packages/packages/termux-gui-c/build.sh
2025-02-27 16:11:31 +02:00

17 lines
663 B
Bash

TERMUX_PKG_HOMEPAGE="https://github.com/tareksander/termux-gui-c-bindings"
TERMUX_PKG_DESCRIPTION="A C library for the Termux:GUI plugin"
TERMUX_PKG_LICENSE="MPL-2.0"
TERMUX_PKG_MAINTAINER="@tareksander"
TERMUX_PKG_VERSION="0.1.3"
TERMUX_PKG_REVISION=2
TERMUX_PKG_DEPENDS="abseil-cpp, libc++"
TERMUX_PKG_BUILD_DEPENDS="protobuf-static"
TERMUX_PKG_SRCURL="https://github.com/tareksander/termux-gui-c-bindings/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=7781fdbd37ca1376b4c2339440976b0aa00cc2188592ea51438e473589db466f
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
termux_step_pre_configure() {
termux_setup_protobuf
}