blob: 96cc1abf9cf5dcf5b6bc5e2f9f80917ee996843d [file] [log] [blame]
# Copyright (c) 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
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}"