void-packages/srcpkgs/ccls/template

15 lines
507 B
Bash
Raw Normal View History

2019-01-05 23:04:07 +00:00
# Template file for 'ccls'
pkgname=ccls
2019-04-09 23:08:40 +00:00
version=0.20190314
revision=1
2019-01-05 23:04:07 +00:00
build_style=cmake
2019-04-09 23:08:40 +00:00
hostmakedepends="clang-tools-extra"
makedepends="clang llvm ncurses-devel rapidjson zlib-devel"
2019-01-05 23:04:07 +00:00
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-04-09 23:08:40 +00:00
checksum=aaefa603a76325bb94e5222d144e19c432771346990c8b84165832bf37d15bb3
nocross="Clang cannot be installed as makedep"