homebrew-core/Formula/fire.rb

11 lines
182 B
Ruby

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