/** * **libtermkey** - pkgx package * * @domain `leonerd.org.uk/libtermkey` * @version `0.21.1` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install leonerd.org.uk/libtermkey` * @dependencies `github.com/neovim/unibilium`, `invisible-island.net/ncurses` * @buildDependencies `gnu.org/libtool`, `linux:gnome.org/glib` (includes OS-specific dependencies with `os:package` format) - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.leonerdorguklibtermkey * console.log(pkg.name) // "libtermkey" * console.log(pkg.versions[0]) // "0.21.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/leonerd-org-uk/libtermkey.md * @see https://ts-pkgx.netlify.app/usage */ export declare const leonerdorguklibtermkeyPackage: { /** * The display name of this package. */ name: 'libtermkey'; /** * The canonical domain name for this package. */ domain: 'leonerd.org.uk/libtermkey'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/leonerd.org.uk/libtermkey/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install leonerd.org.uk/libtermkey'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +leonerd.org.uk/libtermkey -- $SHELL -i'; launchpadInstallCommand: 'launchpad install leonerd.org.uk/libtermkey'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['github.com/neovim/unibilium', 'invisible-island.net/ncurses']; /** * Build dependencies for this package. * These are only required when building the package from source. * OS-specific dependencies are prefixed with `os:` (e.g., `linux:gnu.org/gcc`). */ buildDependencies: readonly ['gnu.org/libtool', 'linux:gnome.org/glib']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.21.1']; aliases: readonly [] }; export type LeonerdorguklibtermkeyPackage = typeof leonerdorguklibtermkeyPackage