homebrew-core/Formula/fire.rb

11 lines
182 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Fire < Formula
2011-05-27 05:02:55 +00:00
head 'https://github.com/AzizLight/fire.git'
homepage 'https://github.com/AzizLight/fire'
def install
bin.install "fire"
end
end