void-packages/srcpkgs/Bear/template
2021-11-21 00:17:20 +01:00

21 lines
857 B
Bash

# Template file for 'Bear'
pkgname=Bear
version=3.0.17
revision=1
build_style=cmake
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="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=107f94e045d930e88f5f5b4b484c8df1bf4834722943525765c271e0b5b34b78
conflicts="interception-tools>=0" # /usr/bin/intercept
if [ -z "$XBPS_CHECK_PKGS" ]; then
configure_args="-DENABLE_FUNC_TESTS=OFF -DENABLE_UNIT_TESTS=OFF"
fi