14 lines
578 B
Bash
14 lines
578 B
Bash
# Template file for 'Bear'
|
|
pkgname=Bear
|
|
version=2.4.1
|
|
revision=1
|
|
build_style=cmake
|
|
makedepends="bash-completion"
|
|
depends="python"
|
|
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=41e118471f11d91147490561b3bc52228a9ffc2a293e8e03717d674a0e312a9c
|