deb

package
v1.8.1 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package deb implements deb package importer.

Index

Constants

View Source
const (
	// RepoName contains the repository name.
	RepoName = "deb"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Archive

type Archive struct {
	// contains filtered or unexported fields
}

Archive holds data related to deb archive.

func (*Archive) Description

func (a *Archive) Description() string

Description provides additional description for a .deb file.

func (*Archive) ID

func (a *Archive) ID() string

ID returns non-unique deb Archive ID.

func (*Archive) LocalPath

func (a *Archive) LocalPath() string

LocalPath returns local path to a deb Archive .deb file.

func (*Archive) Preprocess

func (a *Archive) Preprocess() (string, error)

Preprocess extracts the contents of a .deb file.

func (*Archive) QuickSHA256Hash

func (a *Archive) QuickSHA256Hash() (string, error)

QuickSHA256Hash calculates sha256 hash of .deb file.

func (*Archive) RemotePath

func (a *Archive) RemotePath() string

RemotePath returns non-local path to a deb Archive .deb file.

func (*Archive) RepoName

func (a *Archive) RepoName() string

RepoName returns repository name.

func (*Archive) RepoPath

func (a *Archive) RepoPath() string

RepoPath returns repository path.

type Repo

type Repo struct {
	Archives []*Archive
	// contains filtered or unexported fields
}

Repo holds data related to a deb repository.

func NewRepo

func NewRepo(path string) *Repo

NewRepo returns new instance of deb repository.

func (*Repo) DiscoverRepo

func (r *Repo) DiscoverRepo() ([]hashr.Source, error)

DiscoverRepo traverses the repository and looks for files that are related to deb archives.

func (*Repo) RepoName

func (r *Repo) RepoName() string

RepoName returns repository name.

func (*Repo) RepoPath

func (r *Repo) RepoPath() string

RepoPath returns repository path.

Jump to

Keyboard shortcuts

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