Documentation
¶
Overview ¶
Package brew implements the Pipe, providing formula generation and uploading it to a configured repo.
Deprecated: use the [cask] package instead.
Index ¶
- Variables
- type ErrNoArchivesFound
- type Pipedeprecated
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMultipleArchivesSameOS = errors.New("one tap can handle only one archive of an OS/Arch combination. Consider using ids in the brew section")
ErrMultipleArchivesSameOS happens when the config yields multiple archives for linux or windows.
Functions ¶
This section is empty.
Types ¶
type ErrNoArchivesFound ¶
type ErrNoArchivesFound struct {
// contains filtered or unexported fields
}
ErrNoArchivesFound happens when 0 archives are found.
func (ErrNoArchivesFound) Error ¶
func (e ErrNoArchivesFound) Error() string
type Pipe
deprecated
type Pipe struct{}
Pipe for brew deployment.
Deprecated: in favor of [cask.Pipe].
func (Pipe) ContinueOnError ¶
Click to show internal directories.
Click to hide internal directories.