void-packages/srcpkgs/Bear/template
Érico Rolim 78ed1afe93 Bear: update to 2.4.4.
Holding off from 3.x series because the C++ rewrite seems to have mostly
introduced regressions for now.
2021-03-02 21:35:28 -03:00

16 lines
592 B
Bash

# Template file for 'Bear'
pkgname=Bear
version=2.4.4
revision=1
build_style=cmake
hostmakedepends="python3"
depends="python3"
short_desc="Tool that generates a compilation database for clang tooling"
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
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