# 0.1.6: test result: FAILED. 2514 passed; 1187 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.90s %bcond tests 0 # uncomment to cache artifacts locally: # %%global rust_target_dir --target-dir=../../.. Name: lisette Version: 0.1.6 Release: 1%{?dist} Summary: A little language inspired by Rust that compiles to Go License: MIT URL: https://lisette.run/ Source0: https://github.com/ivov/lisette/archive/refs/tags/lisette-v%{version}.tar.gz BuildRequires: cargo Requires: golang %description A little language inspired by Rust that compiles to Go - Algebraic data types - Pattern matching - No nil - Hindley-Milner type system - Immutable by default - Interoperability with Go's ecosystem %prep %autosetup -n %{name}-%{name}-v%{version} %build %install cargo install --path crates/cli --root "%{buildroot}%{_prefix}" %{?rust_target_dir} rm %{buildroot}%{_prefix}/.crates* %check %if %{with tests} cargo test --release %{?rust_target_dir} %endif %files %license LICENSE %doc README.md %doc docs/intro %doc docs/reference %{_bindir}/lis %changelog * Sat Apr 11 2026 Jens Petersen - 0.1.6-1 - initial package