diff options
| author | Anthony Cowley | 2014-12-26 19:47:06 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-30 23:16:09 -0500 |
| commit | c0944b528a19eb7f6bc9140ff314ba1b6b95300b (patch) | |
| tree | 70f0d4e0cac7ebc1a04807ca95713182a888cb01 /Library/Formula | |
| parent | f433e9ab649741a208226874f9a9e328618d68d9 (diff) | |
| download | homebrew-c0944b528a19eb7f6bc9140ff314ba1b6b95300b.tar.bz2 | |
emacs: devel spec targeting the emacs-24 branch
Closes #35278.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/emacs.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index 852b2babd..5752dbb13 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -30,6 +30,13 @@ class Emacs < Formula deprecated_option "with-x" => "with-x11" + devel do + url "http://git.sv.gnu.org/r/emacs.git", :branch => "emacs-24" + version "24.4-dev" + depends_on "autoconf" => :build + depends_on "automake" => :build + end + head do url "http://git.sv.gnu.org/r/emacs.git" depends_on "autoconf" => :build |
