# Copyright (c) 2017 The Chromium OS Authors. All rights reserved. | |
# Distributed under the terms of the GNU General Public License v2 | |
EAPI=6 | |
inherit cmake-utils | |
DESCRIPTION="Bear is a 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 -> ${P}.tar.gz" | |
LICENSE="GPL-3" | |
SLOT="0" | |
KEYWORDS="*" | |
IUSE="" | |
MY_PN="Bear" | |
MY_P="${MY_PN}-${PV}" | |
S="${WORKDIR}/${MY_P}" |