emacs: devel spec targeting the emacs-24 branch
Closes Homebrew/homebrew#35278. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
dd3f286183
commit
3de383e48b
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue