Name: st Version: 0.9.2 Release: 1.20250805075304066834.pr24%{?dist} Summary: Suckless Terminal License: MIT URL: https://git.suckless.org/st Source0: st-0.9.2.tar.gz BuildRequires: gcc BuildRequires: make BuildRequires: pkgconfig BuildRequires: libX11-devel BuildRequires: libXft-devel BuildRequires: fontconfig-devel BuildRequires: ncurses-devel Requires: libX11 Requires: libXft Requires: fontconfig Requires: ncurses %description st is a simple terminal implementation for X, focusing on simplicity and clarity. It is a fork of the ancient and venerable terminal, adding a few features that make it a nice, simple, fast terminal emulator with good Unicode support. %prep %autosetup -n st-0.9.2 %build %make_build %install %make_install %check %files %license LICENSE %doc README /usr/local/bin/st /usr/local/share/man/man1/st.1 %changelog %autochangelog