/** * **macfuse.github** - macFUSE umbrella repository * * @domain `macfuse.github.io` * @version `5.1.2` (5 versions available) * @versions From newest version to oldest. * * @install `launchpad install macfuse.github.io` * @buildDependencies `mesonbuild.com` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.macfusegithubio * console.log(pkg.name) // "macfuse.github" * console.log(pkg.description) // "macFUSE umbrella repository" * console.log(pkg.versions[0]) // "5.1.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/macfuse-github-io.md * @see https://ts-pkgx.netlify.app/usage */ export declare const macfusegithubioPackage: { /** * The display name of this package. */ name: 'macfuse.github'; /** * The canonical domain name for this package. */ domain: 'macfuse.github.io'; /** * Brief description of what this package does. */ description: 'macFUSE umbrella repository'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/macfuse.github.io/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/macfuse/macfuse'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install macfuse.github.io'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +macfuse.github.io -- $SHELL -i'; launchpadInstallCommand: 'launchpad install macfuse.github.io'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['mesonbuild.com']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['5.1.2', '5.1.1', '5.0.7', '5.0.6', '4.10.2']; aliases: readonly [] }; export type MacfusegithubioPackage = typeof macfusegithubioPackage