Skip to content

Commit

Permalink
Sinan 4.1.1
Browse files Browse the repository at this point in the history
Closes Homebrew#14093.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
tmcgilchrist authored and adamv committed Sep 25, 2012
1 parent 7d9dc25 commit fb8a22a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Library/Formula/sinan.rb
@@ -0,0 +1,17 @@
require 'formula'

class Sinan < Formula
homepage 'https://github.com/erlware/sinan/wiki'
url 'https://github.com/downloads/erlware/sinan/sinan-4.1.1.tar.gz'
sha1 '1249d202468b3703029f2f6cf3ec984d85e6729b'

depends_on 'erlang'

def install
bin.install 'sinan'
end

def test
system "#{bin}/sinan"
end
end

0 comments on commit fb8a22a

Please sign in to comment.