void-packages/srcpkgs/ccls/template

17 lines
617 B
Bash
Raw Normal View History

2019-01-05 23:04:07 +00:00
# Template file for 'ccls'
pkgname=ccls
2019-01-27 17:12:52 +00:00
version=0.20181225.8
2019-01-05 23:04:07 +00:00
revision=1
build_style=cmake
configure_args="-DSYSTEM_CLANG=ON -DUSE_SHARED_LLVM=ON -DLLVM_ENABLE_RTTI=ON"
hostmakedepends="clang llvm7 rapidjson"
makedepends="ncurses-devel zlib-devel"
depends="${hostmakedepends}"
short_desc="C/C++/ObjC language server"
maintainer="Nathan Owens <ndowens04@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/MaskRay/ccls"
distfiles="${homepage}/archive/${version}.tar.gz"
2019-01-27 17:12:52 +00:00
checksum=3cb24048f0d9d34a5a55fb180f239ef467c5d80e0fb77acad86b4e821e74d7f0
2019-01-05 23:04:07 +00:00
nocross="During cross-build, headers/libraries can not be found"