termux-packages/packages/check/build.sh
Leonid Pliushch 27afd9e665
auto updates: migrate config from github-projects.txt to build.sh-specific
Re-enable automatic updates after deleting github-projects.txt.

%ci:no-build
2021-10-04 13:43:31 +03:00

11 lines
532 B
Bash

TERMUX_PKG_HOMEPAGE=https://libcheck.github.io/check
TERMUX_PKG_DESCRIPTION="A unit testing framework for C"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="Rabby Sheikh @xploitednoob"
TERMUX_PKG_VERSION=0.15.2
TERMUX_PKG_SRCURL=https://github.com/libcheck/check/releases/download/${TERMUX_PKG_VERSION}/check-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=a8de4e0bacfb4d76dd1c618ded263523b53b85d92a146d8835eb1a52932fa20a
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libtool, pkg-config, texinfo"
TERMUX_PKG_BUILD_IN_SRC=true