void-packages/srcpkgs/ccls/template
2019-11-01 21:31:25 +01:00

14 lines
529 B
Bash

# Template file for 'ccls'
pkgname=ccls
version=0.20190823.4
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="https://github.com/MaskRay/ccls/archive/${version}.tar.gz"
checksum=19f394b69d70415d3be9a11a030e0bb28ddc2b654cbfa35f4570096935f9f536
nocross="Clang cannot be installed as makedep"