/** * **pixman** - pkgx package * * @domain `pixman.org` * @version `0.40.0` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install pixman.org` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.pixmanorg * console.log(pkg.name) // "pixman" * console.log(pkg.versions[0]) // "0.40.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/pixman-org.md * @see https://ts-pkgx.netlify.app/usage */ export declare const pixmanorgPackage: { /** * The display name of this package. */ name: 'pixman'; /** * The canonical domain name for this package. */ domain: 'pixman.org'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/pixman.org/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/freedesktop/pixman'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install pixman.org'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +pixman.org -- $SHELL -i'; launchpadInstallCommand: 'launchpad install pixman.org'; programs: readonly []; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.40.0']; aliases: readonly [] }; export type PixmanorgPackage = typeof pixmanorgPackage