c352216c63
Variables TERMUX_PKG_PLATFORM_INDEPENDENT TERMUX_DEBUG TERMUX_PKG_HAS_DEBUG TERMUX_PKG_ESSENTIAL TERMUX_SUBPKG_ESSENTIAL TERMUX_PKG_NO_STATICSPLIT TERMUX_PKG_BUILD_IN_SRC TERMUX_PKG_FORCE_CMAKE TERMUX_PKG_HOSTBUILD should not accept arbitrary values for marking them "enabled". Instead they should accept boolean values which makes them easier to handle and also makes their meaning clear. build-package.sh should make decision based on variable's value but not on whether it is set or empty. %ci:no-build
10 lines
439 B
Bash
10 lines
439 B
Bash
TERMUX_PKG_HOMEPAGE=https://libbsd.freedesktop.org
|
|
TERMUX_PKG_DESCRIPTION="utility functions from BSD systems"
|
|
TERMUX_PKG_LICENSE="BSD 3-Clause"
|
|
TERMUX_PKG_VERSION=0.10.0
|
|
TERMUX_PKG_SRCURL=https://libbsd.freedesktop.org/releases/libbsd-$TERMUX_PKG_VERSION.tar.xz
|
|
TERMUX_PKG_SHA256=34b8adc726883d0e85b3118fa13605e179a62b31ba51f676136ecb2d0bc1a887
|
|
TERMUX_PKG_BREAKS="libbsd-dev"
|
|
TERMUX_PKG_REPLACES="libbsd-dev"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|