gentoo

package
v0.0.1-alpha Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FetchAndParseEbuildFiles

func FetchAndParseEbuildFiles(directory string) (map[string]PackageInfo, error)

func Gentoo

func Gentoo(outputPath string)

func UpdateOrInsertDatabase

func UpdateOrInsertDatabase(pkgInfoMap map[string]PackageInfo) error

Types

type PackageInfo

type PackageInfo struct {
	Name         string
	Version      string
	Description  string
	Homepage     string
	Depends      []string
	DependsCount int
	URL          string
	GitRepo      string
}

func ParseEbuild

func ParseEbuild(filePath string) (PackageInfo, error)

Jump to

Keyboard shortcuts

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