/** * **libfontenc** - pkgx package * * @domain `x.org/libfontenc` * @version `1.1.8` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install x.org/libfontenc` * @dependencies `x.org/x11^1`, `x.org/exts`, `x.org/protocol`, ... (+1 more) * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.xorglibfontenc * console.log(pkg.name) // "libfontenc" * console.log(pkg.versions[0]) // "1.1.8" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/x-org/libfontenc.md * @see https://ts-pkgx.netlify.app/usage */ export declare const xorglibfontencPackage: { /** * The display name of this package. */ name: 'libfontenc'; /** * The canonical domain name for this package. */ domain: 'x.org/libfontenc'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/x.org/libfontenc/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install x.org/libfontenc'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +x.org/libfontenc -- $SHELL -i'; launchpadInstallCommand: 'launchpad install x.org/libfontenc'; 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', 'zlib.net']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.1.8']; aliases: readonly [] }; export type XorglibfontencPackage = typeof xorglibfontencPackage