Type Alias aur_depends::AurPackage

source ·
pub type AurPackage = Package<ArcPackage>;
Expand description

Wrapper around ArcPackage for extra metadata.

Aliased Type§

struct AurPackage {
    pub pkg: ArcPackage,
    pub make: bool,
    pub target: bool,
}

Fields§

§pkg: ArcPackage

The underlying package

§make: bool

If the package is only needed to build the targets.

§target: bool

If the package is a target.