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