File julia-mono-fonts.spec of Package julia-mono-fonts
#
# spec file for package julia-mono-fonts
#
# Copyright (c) 2022-2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: julia-mono-fonts
Version: 0.060
Release: 0
Summary: A monospaced font with Unicode support
License: OFL-1.1
Group: System/X11/Fonts
URL: https://github.com/cormullion/juliamono
Source: https://github.com/cormullion/juliamono/releases/download/v%{version}/JuliaMono.tar.gz
BuildRequires: fontpackages-devel
BuildRequires: unzip
BuildArch: noarch
%reconfigure_fonts_prereq
%description
JuliaMono is a monospaced typeface designed for programming in text
editing environments that require a wide range of specialist and
technical Unicode characters.
Designer: Cormullion
%prep
%setup -Tcqa0
%build
%install
install -d '%{buildroot}%{_ttfontsdir}'
install '-t%{buildroot}%{_ttfontsdir}' -m 644 *.ttf
%reconfigure_fonts_scriptlets
%files
%license LICENSE
%{_ttfontsdir}
%changelog