aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fire.rb
blob: a360a6ab967c1639c3cf891b80859baa0243ca0c (plain)
1
2
3
4
5
6
7
8
9
10
require 'formula'

class Fire <Formula
  head 'git://github.com/AzizLight/fire.git'
  homepage 'https://github.com/AzizLight/fire'

  def install
    bin.install "fire"
  end
end