github.com/goreleaser/goreleaser@v1.25.1/internal/pipe/brew/testdata/TestRunPipePullRequest.rb.golden (about)

     1  # typed: false
     2  # frozen_string_literal: true
     3  
     4  # This file was generated by GoReleaser. DO NOT EDIT.
     5  class Foo < Formula
     6    desc "Fake desc"
     7    homepage "https://goreleaser.com"
     8    version "1.2.1"
     9    depends_on :macos
    10  
    11    url "https://dummyhost/download/v1.2.1/foo_macos"
    12    sha256 "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
    13  
    14    def install
    15      bin.install "foo_macos" => "foo"
    16      man1.install "./man/foo.1.gz"
    17    end
    18  end