Skip to content

Commit

Permalink
names 20151201.0
Browse files Browse the repository at this point in the history
Closes #117.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
  • Loading branch information
dunn committed Dec 2, 2015
1 parent ce20f14 commit 13e27fa
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Formula/names.rb
Expand Up @@ -3,19 +3,16 @@
class Names < EmacsFormula
desc "Namespacing for Emacs Lisp"
homepage "https://github.com/Malabarba/names"
url "https://github.com/Malabarba/names/archive/20150723.0.tar.gz"
sha256 "353c5840828b298e826c3ebac267bcd72fd18988fccc2f50840b4df9022d0691"
url "http://elpa.gnu.org/packages/names-20151201.0.tar"
sha256 "4d84c4cf981b0d3597f0e94668e1e31352f477b08fd2fdef699ef43480d3558f"
head "https://github.com/Malabarba/names.git"

depends_on :emacs => "24.1"
depends_on "homebrew/emacs/cl-lib" if Emacs.version < 24.3

def install
# tests don't pass
# `make build` compiles in strict mode and so fails
byte_compile Dir["*.el"]
(share/"emacs/site-lisp/names").install Dir["*.el"], Dir["*.elc"]
doc.install Dir["*.org"]
elisp.install Dir["*.el"], Dir["*.elc"]
end

test do
Expand Down

0 comments on commit 13e27fa

Please sign in to comment.