Package Details: alacritty-git 1:0.18.0.2481.g2f03c302-1

Git Clone URL: https://aur.archlinux.org/alacritty-git.git (read-only, click to copy)
Package Base: alacritty-git
Description: A cross-platform, GPU-accelerated terminal emulator
Upstream URL: https://github.com/alacritty/alacritty
Keywords: GPU rust terminal
Licenses: Apache
Conflicts: alacritty
Provides: alacritty
Submitter: quininer
Maintainer: ilovemikael
Last Packager: ilovemikael
Votes: 99
Popularity: 0.54
First Submitted: 2016-11-01 13:53 (UTC)
Last Updated: 2026-04-24 23:34 (UTC)

Required by (55)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12

jonathanio commented on 2017-01-05 21:04 (UTC)

@quininer: The current version of rush (i.e. via makedepend) will not build alacritty - you need the latest nightly version - so I have not been able to build it. I've created a patch for you which will use rustup instead of rust for the install and set the appropriate override. I've followed the documentation as it gives a fixed version specification defined by the repository as a requirement, but potentially rust-nightly might be a better choice even if it's slightly ahead of the pinned version given in rustc-version. The patch also saves a copy of the configuration file into /usr/share/alacritty with an install message to tell users to install it before they first run it. https://gist.github.com/jonathanio/b9dcf05ef9e5ec5fc8763713ebe95187 Hope this helps.