Bear: update to 3.0.16.

This commit is contained in:
John 2021-11-02 19:16:41 +01:00
parent d9165e6758
commit 2fefdc4b8b

View File

@ -1,15 +1,20 @@
# Template file for 'Bear'
pkgname=Bear
version=2.4.4
version=3.0.16
revision=1
build_style=cmake
hostmakedepends="python3"
depends="python3"
hostmakedepends="pkg-config protobuf protobuf-devel grpc"
makedepends="json-c++ spdlog grpc-devel protobuf-devel gtest-devel"
checkdepends="python3" # Should need python3-lit
short_desc="Tool that generates a compilation database for clang tooling"
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="https://github.com/rizsotto/Bear"
changelog="https://raw.githubusercontent.com/rizsotto/Bear/master/ChangeLog.md"
distfiles="https://github.com/rizsotto/Bear/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=5e95c9fe24714bcb98b858f0f0437aff76ad96b1d998940c0684c3a9d3920e82
python_version=3
checksum=877ee5e89e8445f74df95f2f3896597f04b86a4e5d0dbbca07ac71027dcb362d
conflicts="interception-tools>=0" # /usr/bin/intercept
if [ -z "$XBPS_CHECK_PKGS" ]; then
configure_args="-DENABLE_FUNC_TESTS=OFF -DENABLE_UNIT_TESTS=OFF"
fi