aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/runcocoa.rb
blob: d2cfb58fe73f39e70169ed678fb17014a1dd35fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'formula'

class Runcocoa < Formula
  homepage 'https://github.com/michaeltyson/Commandline-Cocoa'
  url 'https://github.com/michaeltyson/Commandline-Cocoa/tarball/e64b3666bca94c501c88'
  md5 'bc396ac6ccab09e2f978b81771f13e3b'
  version 'a'

  def install
    bin.install 'runcocoa.sh' => 'runcocoa'
    bin.install 'runc.sh' => 'runc'
  end
end