/** * **wayland** - pkgx package * * @domain `wayland.freedesktop.org` * @programs `wayland-scanner` * @version `1.24.0` (10 versions available) * @versions From newest version to oldest. * * @install `launchpad install wayland.freedesktop.org` * @dependencies `libexpat.github.io`, `sourceware.org/libffi`, `gnome.org/libxml2` * @buildDependencies `mesonbuild.com`, `gnu.org/make`, `cmake.org`, ... (+2 more) - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.waylandfreedesktoporg * console.log(pkg.name) // "wayland" * console.log(pkg.programs) // ["wayland-scanner"] * console.log(pkg.versions[0]) // "1.24.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/wayland-freedesktop-org.md * @see https://ts-pkgx.netlify.app/usage */ export declare const waylandfreedesktoporgPackage: { /** * The display name of this package. */ name: 'wayland'; /** * The canonical domain name for this package. */ domain: 'wayland.freedesktop.org'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/wayland.freedesktop.org/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install wayland.freedesktop.org'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +wayland.freedesktop.org -- $SHELL -i'; launchpadInstallCommand: 'launchpad install wayland.freedesktop.org'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['wayland-scanner']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['libexpat.github.io', 'sourceware.org/libffi', 'gnome.org/libxml2']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['mesonbuild.com', 'gnu.org/make', 'cmake.org', 'curl.se', 'tukaani.org/xz']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.24.0', '1.23.93', '1.23.92', '1.23.91', '1.23.1', '1.23.0', '1.22.93', '1.22.92', '1.22.91', '1.22.0']; aliases: readonly [] }; export type WaylandfreedesktoporgPackage = typeof waylandfreedesktoporgPackage