37375312b9
In issue https://github.com/termux/termux-packages/issues/6160 I have found that community repo "its-pointless.github.io" specifies us as maintainer for its packages. This is NOT TRUE and potentially misleads people using these packages. Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral and not specify maintainer. So all packages now have to override it to the correct value. [skip ci] %ci:no-build
14 lines
604 B
Bash
14 lines
604 B
Bash
TERMUX_PKG_HOMEPAGE=https://c-ares.haxx.se
|
|
TERMUX_PKG_DESCRIPTION="Library for asynchronous DNS requests (including name resolves)"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.17.1
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://github.com/c-ares/c-ares/archive/cares-${TERMUX_PKG_VERSION//./_}.tar.gz
|
|
TERMUX_PKG_SHA256=61f7cf09605f5e38d4828f82d0e2ddb9de8e355ecfd6819b740691c644583b8f
|
|
TERMUX_PKG_BREAKS="c-ares-dev"
|
|
TERMUX_PKG_REPLACES="c-ares-dev"
|
|
# Build with cmake to install cmake/c-ares/*.cmake files:
|
|
TERMUX_PKG_FORCE_CMAKE=true
|
|
TERMUX_PKG_RM_AFTER_INSTALL="bin/"
|