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