1 class EmacsDracula < Formula
2 desc "Dark color theme available for a number of editors"
3 homepage "https://github.com/dracula/emacs"
4 url "https://github.com/dracula/emacs/archive/refs/tags/v1.8.2.tar.gz"
5 sha256 "986d7e2a096a5bc528ca51d72f1ec22070c14fe877833d4eebad679170822a31"
7 head "https://github.com/dracula/emacs.git", branch: "master"
11 sha256 cellar: :any_skip_relocation, all: "ed7fbe1661eb170cde9b14570c5b3af6cb83761d50ed5cc65fa3cdaf21bdabb9"
17 elisp.install "dracula-theme.el"
21 system "emacs", "--batch", "--debug-init", "-l", "#{share}/emacs/site-lisp/emacs-dracula/dracula-theme.el"