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

Group :: Development/C
RPM: irony-server

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: irony-server
Version: 1.5.0
Release: alt2

Summary: Clang-based irony-mode companion server
License: GPLv3
Group: Development/C
Url: https://github.com/Sarcasm/irony-mode

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

BuildRequires: cmake
BuildRequires: clang12.0 clang12.0-devel clang12.0-tools clangd12.0
BuildRequires: llvm12.0-devel llvm12.0-devel
BuildRequires: libstdc++-devel zlib-devel

%description
irony-server provides the libclang interface to irony-mode,
featuring code completion and syntax checking in Emacs.

%prep
%setup

%build
%define optflags_lto %nil
export CC=clang
export CXX=clang++
export ALTWRAP_LLVM_VERSION=12.0
%cmake -S server
%cmake_build

%install
%cmakeinstall_std

%files
%doc README.md
%_bindir/irony-server

%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