github.com/ahmet2mir/goreleaser@v0.180.3-0.20210927151101-8e5ee5a9b8c5/internal/pipe/brew/testdata/TestRunPipeNameTemplate.rb.golden (about)

     1  # typed: false
     2  # frozen_string_literal: true
     3  
     4  # This file was generated by GoReleaser. DO NOT EDIT.
     5  class FooIsBar < Formula
     6    desc ""
     7    homepage ""
     8    version "1.0.1"
     9    bottle :unneeded
    10    depends_on :macos
    11  
    12    on_macos do
    13      if Hardware::CPU.intel?
    14        url "https://dummyhost/download/v1.0.1/bin.tar.gz"
    15        sha256 "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
    16      end
    17    end
    18  
    19    def install
    20    end
    21  end