Name:           cmake-extra-utils
Version:        0.3.0
Release:        %{autorelease}
Summary:        Helpful cmake scripts

License:        GPL-3.0-or-later
URL:            https://github.com/LecrisUT/CMakeExtraUtils
Source:         CmakeExtraUtils-0.3.0.tar.gz

BuildArch:      noarch
BuildRequires:  cmake
Requires:       cmake

%description
A collection of helpful cmake scripts


%prep
%autosetup -n CmakeExtraUtils-0.3.0


%build
%cmake
%cmake_build


%install
%cmake_install


%check
%ctest


%files
%license LICENSE
%doc README.md
%{_datadir}/cmake/CMakeExtraUtils


%changelog
%autochangelog