diff --git a/srcpkgs/ccls/template b/srcpkgs/ccls/template new file mode 100644 index 00000000000..b00f5416af9 --- /dev/null +++ b/srcpkgs/ccls/template @@ -0,0 +1,16 @@ +# Template file for 'ccls' +pkgname=ccls +version=0.20181225.3 +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 " +license="Apache-2.0" +homepage="https://github.com/MaskRay/ccls" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=d7c3eb453d27e8917c412f49a4c2f09dec9e4231d4dc9c3d52cdd69090256cef +nocross="During cross-build, headers/libraries can not be found"