apel: add 10.8 bottle.
This commit is contained in:
parent
8f4a74776f
commit
7ce73c13aa
1 changed files with 7 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue