File NovaMonoNerd.spec of Package NovaMonoNerd
Name: NovaMonoNerd
Version: 1.0
Release: 0
Summary: Nova Mono Nerd font patched for Nerd Fonts
License: MIT
Group: System/X11/Fonts
Url: https://fonts.google.com/specimen/Nova+Mono
Source0: novamononerd.zip
BuildRequires: fontpackages-devel
%reconfigure_fonts_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
BuildRequires: unzip
%description
nova Mono font from Goole fonts patched for Nerdfonts, Powerline and Codicons
%prep
%setup -q -c -T -a0
%install
mkdir -p %{buildroot}%{_ttfontsdir}
install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/
%reconfigure_fonts_scriptlets
%files
%defattr(-,root,root)
#%%doc OFL.txt
%{_ttfontsdir}
%changelog