Skip to content

Commit

Permalink
joe 4.0
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#38035.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
lynncrees authored and MikeMcQuaid committed Mar 25, 2015
1 parent f9e7012 commit 5473560
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/joe.rb
Expand Up @@ -2,11 +2,12 @@

class Joe < Formula
homepage 'http://joe-editor.sourceforge.net/index.html'
url 'https://downloads.sourceforge.net/project/joe-editor/JOE%20sources/joe-3.7/joe-3.7.tar.gz'
sha1 '54398578886d4a3d325aece52c308a939d31101d'
url 'https://downloads.sourceforge.net/project/joe-editor/JOE%20sources/joe-4.0/joe-4.0.tar.gz'
sha1 'a51827c8c61c3cb09a038d8f6670efe84e144927'

def install
system "./configure", "--prefix=#{prefix}"
system "make install"
end

end

0 comments on commit 5473560

Please sign in to comment.