apel: add 10.8 bottle.

This commit is contained in:
BrewTestBot 2016-02-15 23:09:30 +00:00 committed by Dominyk Tiller
parent 8f4a74776f
commit 7ce73c13aa

View file

@ -4,6 +4,13 @@ class Apel < Formula
url "http://git.chise.org/elisp/dist/apel/apel-10.8.tar.gz"
sha256 "a511cc36bb51dc32b4915c9e03c67a994060b3156ceeab6fafa0be7874b9ccfe"
bottle do
cellar :any_skip_relocation
sha256 "f47d90fd2aea06a0e52a75b84af03c7a97f479f00f621168eb5afb6f911e999f" => :el_capitan
sha256 "90038f974eb80c5d670990f349a13d629e2139098720ca13b5a26c7c9a8c9360" => :yosemite
sha256 "00acef6949043235fc8a613c1d5dc9f58d8e365bde486d42461fc89449ff834b" => :mavericks
end
def install
system "make", "install", "PREFIX=#{prefix}",
"LISPDIR=#{share}/emacs/site-lisp/apel",