Documentation ¶
Overview ¶
Package brew implements the Pipe, providing formula generation and uploading it to a configured repo.
Index ¶
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 ¶ added in v0.110.0
type ErrNoArchivesFound struct {
// contains filtered or unexported fields
}
ErrNoArchivesFound happens when 0 archives are found.
func (ErrNoArchivesFound) Error ¶ added in v1.17.0
func (e ErrNoArchivesFound) Error() string
Click to show internal directories.
Click to hide internal directories.