Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.51 KB | None | 0 0
  1. (define-public alacritty
  2.   (package
  3.     (name "alacritty")
  4.     (version "0.4.0")
  5.     (source
  6.      (origin
  7.        (method url-fetch)
  8.        (uri (string-append "https://github.com/jwilm/alacritty/archive/v" version ".tar.gz"))
  9.        (sha256
  10.         (base32 "1qwiqlr2hnfq7iajp0r45v2j5d74xhz8dyh2xpphda0kydsdmh6b"))))
  11.     (build-system cargo-build-system)
  12.     (home-page "https://github.com/jwilm/alacritty")
  13.     (synopsis "GPU-accelerated terminal emulator")
  14.     (description
  15.      "")
  16.     (license asl2.0)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement