void-packages/srcpkgs/ccls/template
2019-09-26 20:08:05 +02:00

14 lines
527 B
Bash

# Template file for 'ccls'
pkgname=ccls
version=0.20190823
revision=2
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=0176a10b2fa567862e5a93ac16a5bb92940f7bab7c3759b35be1a256cd2f1a66
nocross="Clang cannot be installed as makedep"