Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37516168
en ru br
ALT Linux repositórios
S:0.27.2-alt1

Group :: Development/Tools
RPM: buildcache

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: buildcache
Version: 0.27.2
Release: alt1

Summary: a simple compiler accelerator
License: Zlib
Group: Development/Tools

Url: https://github.com/mbitsnbites/buildcache
Source: %name-%version.tar

Patch: %name-%version-alt.patch

BuildRequires: cmake gcc-c++ libhiredis-devel liblz4-devel libzstd-devel lua5.3-devel libxxhash-devel

%description
This is a simple compiler accelerator that caches and reuses build results to avoid
unnecessary re-compilations, and thereby speeding up the build process.


%prep
%setup
%patch -p1

%build
cd src
%cmake -DCMAKE_BUILD_TYPE=Release
%cmake_build

%install
cd src
%cmakeinstall_std

%files
%doc doc/*.md lua-examples
%_bindir/buildcache

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009