ts-pkgx
Version:
A library & CLI for managing packages
66 lines • 2.73 kB
TypeScript
/**
* **trezor-agent** - Hardware-based SSH/GPG/age agent
*
* @domain `github.com/romanz/trezor-agent`
* @programs `jade-agent`, `jade-gpg`, `jade-gpg-agent`, `keepkey-agent`, `keepkeyctl`, ... (+12 more)
* @version `0.15.0` (2 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +github.com/romanz/trezor-agent -- $SHELL -i`
* @dependencies `python.org~3.12`, `libusb.info^1`, `darwin:libpng.org~1.6` (includes OS-specific dependencies with `os:package` format)
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcomromanztrezoragent
* console.log(pkg.name) // "trezor-agent"
* console.log(pkg.description) // "Hardware-based SSH/GPG/age agent"
* console.log(pkg.programs) // ["jade-agent", "jade-gpg", ...]
* console.log(pkg.versions[0]) // "0.15.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/github-com/romanz/trezor-agent.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const githubcomromanztrezoragentPackage: {
/**
* The display name of this package.
*/
name: 'trezor-agent';
/**
* The canonical domain name for this package.
*/
domain: 'github.com/romanz/trezor-agent';
/**
* Brief description of what this package does.
*/
description: 'Hardware-based SSH/GPG/age agent';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/romanz/trezor-agent/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install +github.com/romanz/trezor-agent -- $SHELL -i';
/**
* Executable programs provided by this package.
* These can be run after installation.
*/
programs: readonly ['jade-agent', 'jade-gpg', 'jade-gpg-agent', 'keepkey-agent', 'keepkeyctl', 'ledger-agent', 'ledger-gpg', 'ledger-gpg-agent', 'onlykey-agent', 'onlykey-cli', 'onlykey-gpg', 'onlykey-gpg-agent', 'trezor-agent', 'trezor-gpg', 'trezor-gpg-agent', 'trezor-signify', 'trezorctl'];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
* OS-specific dependencies are prefixed with `os:` (e.g., `linux:freetype.org`).
*/
dependencies: readonly ['python.org~3.12', 'libusb.info^1', 'darwin:libpng.org~1.6'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['0.15.0', '0.14.8'];
aliases: readonly []
};
export type GithubcomromanztrezoragentPackage = typeof githubcomromanztrezoragentPackage