Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArchiveFile ¶
ArchiveFile produces the bottle archive filename from the given information.
Pattern:
NAME--VERSION[_REVISION].[PLATFORM].bottle[.REBUILD].tar.gz
Examples:
- cowsay--3.04_1.arm64_sonoma.bottle.tar.gz
- pkl--0.25.3.arm64_sonoma.bottle.1.tar.gz
func PkgVersion ¶
Tag produces a bottle tag for the given version information.
Pattern:
VERSION[_REVISION][-REBUILD]
This tag will vary from the formula version when the "rebuild" field is set in the formula's bottle, which signals the bottle has been rebuilt and retagged without changing the version.
func Repo ¶
Repo produces a repository name from a name.
See the implementation for the edge cases that make this output different than the formula's name.
Pattern:
NAME[/PINNED_VERSION]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.