sshrc 0.4 (new formula)
Closes Homebrew/homebrew#32341. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
20eb775a4e
commit
0a9b64d491
1 changed files with 11 additions and 0 deletions
11
Formula/sshrc.rb
Normal file
11
Formula/sshrc.rb
Normal 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
|
Loading…
Reference in a new issue