UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

60 lines 2.19 kB
/** * **wpewebkit.org/wpebackend-fdo** - pkgx package * * @domain `wpewebkit.org/wpebackend-fdo` * @version `1.16.0` (4 versions available) * @versions From newest version to oldest. * * @install `launchpad install wpewebkit.org/wpebackend-fdo` * @dependencies `gnome.org/glib`, `github.com/anholt/libepoxy`, `wpewebkit.org/libwpe`, ... (+2 more) * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.wpewebkitorgwpebackendfdo * console.log(pkg.name) // "wpewebkit.org/wpebackend-fdo" * console.log(pkg.versions[0]) // "1.16.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/wpewebkit-org/wpebackend-fdo.md * @see https://ts-pkgx.netlify.app/usage */ export declare const wpewebkitorgwpebackendfdoPackage: { /** * The display name of this package. */ name: 'wpewebkit.org/wpebackend-fdo'; /** * The canonical domain name for this package. */ domain: 'wpewebkit.org/wpebackend-fdo'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/wpewebkit.org/wpebackend-fdo/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/pkgxdev/pantry/'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install wpewebkit.org/wpebackend-fdo'; programs: readonly []; companions: readonly []; /** * Required dependencies for this package. * These will be automatically installed. */ dependencies: readonly ['gnome.org/glib', 'github.com/anholt/libepoxy', 'wpewebkit.org/libwpe', 'mesa3d.org', 'wayland.freedesktop.org']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.16.0', '1.14.4', '1.14.3', '1.14.2']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +wpewebkit.org/wpebackend-fdo -- $SHELL -i'; launchpadInstallCommand: 'launchpad install wpewebkit.org/wpebackend-fdo' }; export type WpewebkitorgwpebackendfdoPackage = typeof wpewebkitorgwpebackendfdoPackage