summaryrefslogtreecommitdiff
path: root/dev-util/bear/bear-2.3.11-r1.ebuild
blob: f662628232a5f1bc6a7295c218a595d863c42ee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
EAPI="6"

inherit cmake-utils

DESCRIPTION="Tool that generates a compilation database for clang tooling"
HOMEPAGE="https://github.com/rizsotto/Bear"
SRC_URI="https://github.com/rizsotto/Bear/archive/${PV}.tar.gz"
S="${WORKDIR}/Bear-${PV}"

LICENSE="MIT"
KEYWORDS="amd64 ~x86"
SLOT="0"
IUSE=""

DEPEND="dev-util/cmake"
RDEPEND="dev-lang/python"