/** * **spotify_player** - A Spotify player in the terminal with full feature parity * * @domain `crates.io/spotify_player` * @programs `spotify_player` * @version `0.21.2` (18 versions available) * @versions From newest version to oldest. * * @install `launchpad install crates.io/spotify_player` * @dependencies `openssl.org^1.1`, `github.com/libsixel/libsixel^1`, `linux:alsa-project.org/alsa-lib^1`, ... (+1 more) (includes OS-specific dependencies with `os:package` format) * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.cratesiospotify_player * console.log(pkg.name) // "spotify_player" * console.log(pkg.description) // "A Spotify player in the terminal with full feat..." * console.log(pkg.programs) // ["spotify_player"] * console.log(pkg.versions[0]) // "0.21.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/crates-io/spotify_player.md * @see https://ts-pkgx.netlify.app/usage */ export declare const cratesiospotify_playerPackage: { /** * The display name of this package. */ name: 'spotify_player'; /** * The canonical domain name for this package. */ domain: 'crates.io/spotify_player'; /** * Brief description of what this package does. */ description: 'A Spotify player in the terminal with full feature parity'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/crates.io/spotify_player/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/aome510/spotify-player'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install crates.io/spotify_player'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +crates.io/spotify_player -- $SHELL -i'; launchpadInstallCommand: 'launchpad install crates.io/spotify_player'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['spotify_player']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. * OS-specific dependencies are prefixed with `os:` (e.g., `linux:freetype.org`). */ dependencies: readonly ['openssl.org^1.1', 'github.com/libsixel/libsixel^1', 'linux:alsa-project.org/alsa-lib^1', 'linux:freedesktop.org/dbus^1']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.21.2', '0.21.1', '0.20.7', '0.20.6', '0.20.5', '0.20.4', '0.20.3', '0.20.2', '0.20.1', '0.20.0', '0.19.1', '0.18.2', '0.18.1', '0.18.0', '0.17.2', '0.17.1', '0.17.0', '0.0.0']; aliases: readonly [] }; export type Cratesiospotify_playerPackage = typeof cratesiospotify_playerPackage