Finatra 1.5.3 (new Formula)
A scala web framework inspired by Sinatra and powered by Twitter-Server. http://finatra.info/ Closes Homebrew/homebrew#33587. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
169eb1b0ce
commit
3fd7757762
1 changed files with 16 additions and 0 deletions
16
Formula/finatra.rb
Normal file
16
Formula/finatra.rb
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
require "formula"
|
||||||
|
|
||||||
|
class Finatra < Formula
|
||||||
|
homepage "http://finatra.info/"
|
||||||
|
url "https://github.com/twitter/finatra/archive/1.5.3.tar.gz"
|
||||||
|
sha1 "bb9fe6a7175c1bff404f515731f071e9f8cca586"
|
||||||
|
|
||||||
|
def install
|
||||||
|
libexec.install Dir["*"]
|
||||||
|
bin.install_symlink libexec/"finatra"
|
||||||
|
end
|
||||||
|
|
||||||
|
test do
|
||||||
|
system "finatra"
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in a new issue