Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37912772
en ru br
ALT Linux repos
S:0.14-alt1

Group :: Terminals
RPM: zutty

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name: zutty
Version: 0.14
Release: alt1

Summary: A high-end terminal for low-end systems
License: GPLv3+
Group: Terminals
Url: https://tomscii.sig7.se/zutty/
Vcs: https://github.com/tomscii/zutty

Source: %name-%version.tar

BuildRequires: gcc-c++
BuildRequires: freetype2-devel
BuildRequires: libglvnd-devel
BuildRequires: libXmu-devel
BuildRequires: python3

%description
An X terminal emulator rendering through OpenGL ES Compute Shaders. It focuses
on low-latency rendering and compatibility with commonly found terminal
protocols.

%prep
%setup

%build
export CFLAGS="%optflags"
export CXXFLAGS="${CFLAGS}"
./waf configure --prefix=%_prefix --bindir=%_bindir
./waf -j %__nprocs

%install
./waf install --destdir=%buildroot

%files
%doc LICENSE README.org doc/*.org
%_bindir/zutty

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin