Name: runcpp Version: 0.1.0.git.5.05131b3f 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#05131b3f1f6f1f6bcd6dba109d0b1dfcda9c9dde: Source: runcpp-05131b3f.tar.gz BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: systemd-rpm-macros Requires: gcc-c++ %description Compile, load and execute source program. %prep %setup -T -b 0 -q -n runcpp %build %cmake -DCMAKE_BUILD_TYPE=Release -DBINFMT_DIR=%{_binfmtdir} %cmake_build %install %cmake_install %files %{_bindir}/runcpp %{_binfmtdir}/runcpp.conf %post %binfmt_apply %{_binfmtdir}/runcpp.conf %changelog