aur_depends

Type Alias RepoPackage

Source
pub type RepoPackage<'a> = Package<&'a Package>;
Expand description

Wrapper around alpm::Package for extra metadata.

Aliased Type§

struct RepoPackage<'a> {
    pub pkg: &'a Package,
    pub make: bool,
    pub target: bool,
}

Fields§

§pkg: &'a Package

The underlying package

§make: bool

If the package is only needed to build the targets.

§target: bool

If the package is a target.