void-packages/srcpkgs/ccls/template
2019-04-10 10:04:31 -03:00

14 lines
507 B
Bash

# Template file for 'ccls'
pkgname=ccls
version=0.20190314
revision=1
build_style=cmake
hostmakedepends="clang-tools-extra"
makedepends="clang llvm ncurses-devel rapidjson zlib-devel"
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"
checksum=aaefa603a76325bb94e5222d144e19c432771346990c8b84165832bf37d15bb3
nocross="Clang cannot be installed as makedep"