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 ( // ErrNoArchivesFound happens when 0 archives are found. ErrNoArchivesFound = errors.New("no linux/macos archives found") // ErrMultipleArchivesSameOS happens when the config yields multiple archives // for linux or windows. ErrMultipleArchivesSameOS = errors.New("one tap can handle only archive of an OS/Arch combination. Consider using ids in the brew section") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.