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

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

  def install
    bin.install "fire"
  end
end