Name: runcpp Version: 0.1.0.git.4.29318c60 Release: 1%{?dist} Summary: Compile, load and execute source program License: LGPL-3.0-or-later URL: https://sr.ht/~mentha/runcpp/ VCS: git+https://git.sr.ht/~mentha/runcpp#29318c6055dfd75ae2c046e46503d87518f9c3fd: Source: runcpp-29318c60.tar.gz BuildRequires: gcc-c++ BuildRequires: cmake Requires: gcc-c++ %description Compile, load and execute source program. %prep %setup -T -b 0 -q -n runcpp %build %cmake -DCMAKE_BUILD_TYPE=Release %cmake_build %install %cmake_install %files %{_bindir}/runcpp %changelog