exec

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2016 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Exec

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

func Find

func Find() (*Exec, error)

Find finds the path to the cower command.

func (*Exec) Make

func (e *Exec) Make(a *poltroon.AurPackage, skippgpcheck bool) error

Make runs makepkg on a fetched command. If it is successful, a.PkgPath will be set to the package we built.

func (*Exec) QueryForeignPackages

func (e *Exec) QueryForeignPackages() ([]VersionedPackage, error)

QueryForeignPackages returns all packages that are installed but don't exist in the sync databases (e.g. they were installed via pacman --upgrade)

type VersionedPackage

type VersionedPackage struct {
	Name    string
	Version string
}

VersionedPackage is just a package name with a version.

Jump to

Keyboard shortcuts

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