File bibata-cursor-theme.spec of Package bibata-cursor-theme
# Spec file for bibata-cursor-theme package
Name: bibata-cursor-theme
Version: 2.0.4
Release: 1
Summary: Material Based Cursor Theme
License: GPL-3.0
Group: System/X11/Icons
URL: https://github.com/ful1e5/Bibata_Cursor
# Add sources and bitmaps here
Source0: https://github.com/ful1e5/Bibata_Cursor/releases/download/v%{version}/Bibata.tar.xz
BuildArch: noarch
%description
Material Based Cursor Theme.
%prep
%setup -q -c
%build
%install
install -d %{buildroot}/usr/share/icons
mv Bibata-* %{buildroot}/usr/share/icons/
%files
%defattr(-,root,root,-)
/usr/share/icons/*
%changelog