Static Methodswift-package-manager 6.0.1PackageDescription
brew(_:)
Creates a system package provider with a list of installable packages for people who use the HomeBrew package manager on macOS.
PackageDescription.swift:441static func brew(_ packages: [String]) -> SystemPackageProvider
Parameters
- packages
The list of package names.
Returns
A package provider.
See also
static func apt([String]
) -> SystemPackageProvider Creates a system package provider with a list of installable packages for users of the apt-get package manager on Ubuntu Linux.
static func yum([String]
) -> SystemPackageProvider Creates a system package provider with a list of installable packages for users of the yum package manager on Red Hat Enterprise Linux or CentOS.
Other members in extension
Type members
static func nuget([String]
) -> SystemPackageProvider Creates a system package provider with a list of installable packages for users of the NuGet package manager on Linux or Windows.