sshrc 0.4 (new formula)

Closes Homebrew/homebrew#32341.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Brian 2014-09-16 13:41:15 -04:00 committed by Mike McQuaid
parent 20eb775a4e
commit 0a9b64d491

11
Formula/sshrc.rb Normal file
View file

@ -0,0 +1,11 @@
require "formula"
class Sshrc < Formula
homepage "https://github.com/Russell91/sshrc"
url "https://github.com/Russell91/sshrc/archive/0.4.tar.gz"
sha1 "9e9426323d6b2cb118275b2d5836510dbd87a75a"
def install
bin.install "sshrc"
end
end