Name: fnt Version: 1.9 Release: 1%{?dist} Summary: A simple package manager for fonts on macOS and Linux License: MIT URL: https://github.com/alexmyczko/fnt Source0: https://github.com/alexmyczko/fnt/archive/refs/tags/%{version}.tar.gz BuildArch: noarch Requires: bash, curl, unzip, texlive-lcdftypetools %description fnt is a simple command-line utility written in bash for installing, listing, and managing fonts on macOS and Linux. It provides an easy way to browse and install fonts directly from Google Fonts and other sources. %prep %setup -q %build # nothing to build, it's a shell script %install install -Dm755 fnt %{buildroot}%{_bindir}/fnt %files %license LICENSE %doc README.md %{_bindir}/fnt %changelog * Thu Oct 30 2025 Jados Io - 1.3.0-1 - Initial Fedora package