Documentation ¶
Overview ¶
Package arch implements nfpm.Packager providing bindings for Arch Linux packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = ArchLinux{}
Default ArchLinux packager. nolint: gochecknoglobals
View Source
var ErrInvalidPkgName = errors.New("archlinux: package names may only contain alphanumeric characters or one of ., _, +, or -, and may not start with hyphen or dot")
Functions ¶
This section is empty.
Types ¶
type ArchLinux ¶
type ArchLinux struct{}
ArchLinux packager. nolint: revive
func (ArchLinux) ConventionalExtension ¶
ConventionalExtension returns the file name conventionally used for Arch Linux packages
func (ArchLinux) ConventionalFileName ¶
ConventionalFileName returns a file name for a package conforming to Arch Linux package naming guidelines. See: https://wiki.archlinux.org/title/Arch_package_guidelines#Package_naming
Click to show internal directories.
Click to hide internal directories.