Redact sinan

GitHub repo isn't there anymore, out of date hosted page,
repo on repo.or.cz hasn't updated in 15 months.
master
Adam Vandenberg 2013-10-09 22:17:48 -07:00
parent d49b5663c8
commit 784c28aa6b
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
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