19 lines
692 B
Bash
19 lines
692 B
Bash
# Template file for 'Bear'
|
|
pkgname=Bear
|
|
version=3.1.2
|
|
revision=3
|
|
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"
|
|
distfiles="https://github.com/rizsotto/Bear/archive/${version}.tar.gz"
|
|
checksum=5f94e98480bd8576a64cd1d59649f34b09b4e02a81f1d983c92af1113e061fc3
|
|
|
|
if [ -z "$XBPS_CHECK_PKGS" ]; then
|
|
configure_args="-DENABLE_FUNC_TESTS=OFF -DENABLE_UNIT_TESTS=OFF"
|
|
fi
|