14 lines
575 B
Bash
14 lines
575 B
Bash
# Template file for 'Bear'
|
|
pkgname=Bear
|
|
version=2.4.3
|
|
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=74057678642080d193a9f65a804612e1d5b87da5a1f82ee487bbc44eb34993f2
|