/** * **libcuefile** - pkgx package * * @domain `musepack.net/libcuefile` * @version `475.0.0` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install musepack.net/libcuefile` * @buildDependencies `cmake.org`, `linux:gnu.org/gcc` (includes OS-specific dependencies with `os:package` format) - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.musepacknetlibcuefile * console.log(pkg.name) // "libcuefile" * console.log(pkg.versions[0]) // "475.0.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/musepack-net/libcuefile.md * @see https://ts-pkgx.netlify.app/usage */ export declare const musepacknetlibcuefilePackage: { /** * The display name of this package. */ name: 'libcuefile'; /** * The canonical domain name for this package. */ domain: 'musepack.net/libcuefile'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/musepack.net/libcuefile/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install musepack.net/libcuefile'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +musepack.net/libcuefile -- $SHELL -i'; launchpadInstallCommand: 'launchpad install musepack.net/libcuefile'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * 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 ['cmake.org', 'linux:gnu.org/gcc']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['475.0.0']; aliases: readonly [] }; export type MusepacknetlibcuefilePackage = typeof musepacknetlibcuefilePackage