Merge pull request #207020 from Homebrew/bump-qpdf-11.10.0
[Homebrew/homebrew-core.git] / Formula / e / emacs-dracula.rb
blob780cb7ea53dfefdb29d56af4cffa30e17172e238
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"
6   license "MIT"
7   head "https://github.com/dracula/emacs.git", branch: "master"
9   bottle do
10     rebuild 1
11     sha256 cellar: :any_skip_relocation, all: "ed7fbe1661eb170cde9b14570c5b3af6cb83761d50ed5cc65fa3cdaf21bdabb9"
12   end
14   depends_on "emacs"
16   def install
17     elisp.install "dracula-theme.el"
18   end
20   test do
21     system "emacs", "--batch", "--debug-init", "-l", "#{share}/emacs/site-lisp/emacs-dracula/dracula-theme.el"
22   end
23 end