TERMUX_PKG_HOMEPAGE=https://libsigcplusplus.github.io/libsigcplusplus/ TERMUX_PKG_DESCRIPTION="Implements a typesafe callback system for standard C++" TERMUX_PKG_LICENSE="LGPL-3.0" TERMUX_PKG_MAINTAINER="@termux" _MAJOR_VERSION=3.2 TERMUX_PKG_VERSION=${_MAJOR_VERSION}.0 TERMUX_PKG_SRCURL=https://download.gnome.org/sources/libsigc++/${_MAJOR_VERSION}/libsigc++-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=8cdcb986e3f0a7c5b4474aa3c833d676e62469509f4899110ddf118f04082651 TERMUX_PKG_DEPENDS="libc++" TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" -Dbuild-examples=false " termux_step_post_massage() { local _GUARD_FILE="lib/${TERMUX_PKG_NAME/++/}.so" if [ ! -e "${_GUARD_FILE}" ]; then termux_error_exit "Error: file ${_GUARD_FILE} not found." fi }