pkg-config::exists

Determines whether the given package exists.
bool pkg-config::exists(package)

Parameters

Name Type Description
package string The package to check.

Return Value

true if the package exists; otherwise, false.

Requirements

Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions