Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37568906
en ru br
ALT Linux repos
S:0.20230717-alt1

Group :: Development/C
RPM: ccls

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: ccls
Version: 0.20230717
Release: alt1

Summary: C/C++/Objective-C language server
License: Apache-2.0
Group: Development/C
Url: https://github.com/MaskRay/ccls

Source: %name-%version-%release.tar

BuildRequires: cmake libstdc++-devel zlib-devel
BuildRequires: pkgconfig(RapidJSON)
BuildRequires: clang-devel llvm-devel

%description
%summary

%prep
%setup

%build
%define optflags_lto %nil
export CC=clang
export CXX=clang++
%cmake -DCCLS_VERSION=%version-%release
%cmake_build

%install
%cmakeinstall_std

%files
%doc LICENSE README.md
%_bindir/ccls

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin