pacmanconf

package module
v0.0.0-...-cff030e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2021 License: GPL-3.0 Imports: 5 Imported by: 19

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	RootDir                string
	DBPath                 string
	CacheDir               []string
	HookDir                []string
	GPGDir                 string
	LogFile                string
	HoldPkg                []string
	IgnorePkg              []string
	IgnoreGroup            []string
	Architecture           []string
	XferCommand            string
	NoUpgrade              []string
	NoExtract              []string
	CleanMethod            []string
	SigLevel               []string
	LocalFileSigLevel      []string
	RemoteFileSigLevel     []string
	UseSyslog              bool
	Color                  bool
	UseDelta               float64
	TotalDownload          bool
	CheckSpace             bool
	VerbosePkgLists        bool
	DisableDownloadTimeout bool
	Repos                  []Repository
}

func PacmanConf

func PacmanConf(args ...string) (*Config, string, error)

func Parse

func Parse(iniData string) (*Config, error)

func ParseFile

func ParseFile(path string) (*Config, string, error)

func (*Config) Repository

func (conf *Config) Repository(name string) *Repository

type Repository

type Repository struct {
	Name     string
	Servers  []string
	SigLevel []string
	Usage    []string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL