Skip to content

Commit

Permalink
Add clang-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksym Sditanov committed Apr 24, 2018
1 parent 1787686 commit a137a3f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-util/clang-tags/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
EBUILD clang-tags-9999.ebuild 697 SHA256 e6878bc4a978347d7793c871cf33815e94a924fdb7c9e1415c846b59fc06c1df SHA512 8e718f2e4fa1f0317b0cac2bb55d831323680f7f29872d06b4e5e1487a3949bcf045fe6327c2331aff4db1411d1f59cb1ae85aac996a7c5a12099e717ad86b4f WHIRLPOOL 4aae5cde01cfb2f7ff893208939a60f4bb4679a5f036933e23e19162cb843bd4b2ded02f9530aa71f40b294f3d9795da52525cee24aa65ec38ba41b567b4ac81
33 changes: 33 additions & 0 deletions dev-util/clang-tags/clang-tags-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
EAPI="6"

inherit cmake-utils git-r3

DESCRIPTION="clang-tags is a C / C++ source code indexing tool. Unlike many other indexing tools"
HOMEPAGE="http://ffevotte.github.io/clang-tags/"

if [[ ${PV} = 9999 ]]; then
EGIT_REPO_URI="https://github.com/ffevotte/clang-tags.git"
KEYWORDS="-* ~amd64 ~x86"
else
SRC_URI="https://github.com/ffevotte/clang-tags/archive/v${PV}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi

SLOT="0"

LICENSE="GPL-2"


DEPEND="sys-devel/clang:5
dev-libs/jsoncpp
dev-libs/boost
dev-db/sqlite
"
RDEPEND="dev-lang/python:2.7"

src_configure() {
local mycmakeargs=(
-DCMAKE_PREFIX_PATH="/usr/lib64/llvm/5"
)
cmake-utils_src_configure
}

0 comments on commit a137a3f

Please sign in to comment.