/** * **hyfetch** - Fast, highly customisable system info script with LGBTQ+ pride flags * * @domain `github.com/hykilpikonna/hyfetch` * @programs `hyfetch` * @version `2.0.5` (5 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/hykilpikonna/hyfetch` * @dependencies `pkgx.sh>=1` * @buildDependencies `python.org@~3.12` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomhykilpikonnahyfetch * console.log(pkg.name) // "hyfetch" * console.log(pkg.description) // "Fast, highly customisable system info script wi..." * console.log(pkg.programs) // ["hyfetch"] * console.log(pkg.versions[0]) // "2.0.5" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/hykilpikonna/hyfetch.md * @see https://ts-pkgx.netlify.app/usage */ export declare const hyfetchPackage: { /** * The display name of this package. */ name: 'hyfetch'; /** * The canonical domain name for this package. */ domain: 'github.com/hykilpikonna/hyfetch'; /** * Brief description of what this package does. */ description: 'Fast, highly customisable system info script with LGBTQ+ pride flags'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/hykilpikonna/hyfetch/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/hykilpikonna/hyfetch'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/hykilpikonna/hyfetch'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/hykilpikonna/hyfetch -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/hykilpikonna/hyfetch'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['hyfetch']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['pkgx.sh>=1']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['python.org@~3.12']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.0.5', '2.0.4', '2.0.2', '1.99.0', '1.4.11']; aliases: readonly [] }; export type HyfetchPackage = typeof hyfetchPackage