diff options
Diffstat (limited to 'dev-util/cquery/cquery-20180718.ebuild')
-rw-r--r-- | dev-util/cquery/cquery-20180718.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-util/cquery/cquery-20180718.ebuild b/dev-util/cquery/cquery-20180718.ebuild new file mode 100644 index 0000000..bbf5232 --- /dev/null +++ b/dev-util/cquery/cquery-20180718.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="C/C++ language server" +HOMEPAGE="https://github.com/cquery-project/cquery" +SRC_URI="https://github.com/cquery-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND=">=dev-util/cmake-3.1" |