# # spec file for package alacritty # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # 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: alacritty Version: 0.2.1 Release: 0 Summary: A GPU-accelerated terminal emulator License: Apache-2.0 Group: System/X11/Terminals URL: https://github.com/jwilm/alacritty/ Source: https://github.com/jwilm/alacritty/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: vendor.tar.xz BuildRequires: cargo BuildRequires: cmake BuildRequires: fontconfig-devel BuildRequires: freetype-devel BuildRequires: rust BuildRequires: rust-std BuildRequires: xclip %description Alacritty is a terminal emulator written in Rust that leverages the GPU for rendering. %package bash-completion Summary: Bash Completion for %{name} Group: System/X11/Terminals Requires: bash-completion Supplements: packageand(%{name}:bash) BuildArch: noarch %description bash-completion The official bash completion script for alacritty. It includes support for every argument that can currently be passed to alacritty. %package fish-completion Summary: Fish Completion for %{name} Group: System/X11/Terminals Supplements: packageand(%{name}:fish) BuildArch: noarch %description fish-completion The official fish completion script for alacritty. %package zsh-completion Summary: ZSH Completion for %{name} Group: System/X11/Terminals Supplements: packageand(%{name}:zsh) BuildArch: noarch %description zsh-completion The official zsh completion script for alacritty. %prep %setup -q -n %{name}-%{version} -a1 mkdir cargo-home cat >cargo-home/config <