File rubjo-victormono-fonts.spec of Package rubjo-victormono-fonts
#
# spec file for package rubjo-victormono-fonts
#
# Copyright (c) 2024 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: rubjo-victormono-fonts
Version: 1.5.6
Release: 0
Summary: A free programming font with cursive italics and ligatures
License: OFL-1.1
Group: System/X11/Fonts
URL: https://rubjo.github.io/victor-mono
Source0: %{url}/VictorMonoAll.zip#/victormono-fonts-%{version}.zip
BuildRequires: fontpackages-devel
BuildRequires: unzip
BuildArch: noarch
%description
Victor Mono is a free programming font with optional semi-connected cursive
italics, symbol ligatures (!=, ->>, =>, ===, <=, >=, ++) and Latin, Cyrillic
and Greek characters.
The typeface is clean, crisp and narrow, with a large x-height and clear
punctuation, making it legible and ideal for code. It comes in seven weights,
and is available in Roman, Italic and Oblique.
%prep
%autosetup -Tc
unzip %{SOURCE0} LICENSE.txt OTF/\*
%build
%install
install -dm0755 %{buildroot}%{_ttfontsdir}
install -m0644 OTF/*.otf %{buildroot}%{_ttfontsdir}
%reconfigure_fonts_scriptlets
%files
%license LICENSE.txt
%dir %{_ttfontsdir}
%{_ttfontsdir}/*.otf
%changelog