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