pub type AurPackage = Package<ArcPackage>;Expand description
Wrapper around ArcPackage for extra metadata.
Aliased Type§
pub struct AurPackage {
pub pkg: ArcPackage,
pub make: bool,
pub target: bool,
}Fields§
§pkg: ArcPackageThe underlying package
make: boolIf the package is only needed to build the targets.
target: boolIf the package is a target.