/** * **libxfont2** - pkgx package * * @domain `x.org/libxfont2` * @version `2.0.7` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install x.org/libxfont2` * @dependencies `x.org/x11^1`, `x.org/exts`, `x.org/protocol`, ... (+4 more) * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.xorglibxfont2 * console.log(pkg.name) // "libxfont2" * console.log(pkg.versions[0]) // "2.0.7" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/x-org/libxfont2.md * @see https://ts-pkgx.netlify.app/usage */ export declare const xorglibxfont2Package: { /** * The display name of this package. */ name: 'libxfont2'; /** * The canonical domain name for this package. */ domain: 'x.org/libxfont2'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/x.org/libxfont2/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install x.org/libxfont2'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +x.org/libxfont2 -- $SHELL -i'; launchpadInstallCommand: 'launchpad install x.org/libxfont2'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['x.org/x11^1', 'x.org/exts', 'x.org/protocol', 'freetype.org', 'x.org/xtrans', 'zlib.net', 'x.org/libfontenc']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.0.7']; aliases: readonly [] }; export type Xorglibxfont2Package = typeof xorglibxfont2Package