/** * **lux** - 👾 Fast and simple video download library and CLI tool written in Go * * @domain `github.com/iawia002/lux` * @programs `lux` * @version `0.24.1` (7 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/iawia002/lux` * @dependencies `ffmpeg.org` * @buildDependencies `go.dev@^1.21` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomiawia002lux * console.log(pkg.name) // "lux" * console.log(pkg.description) // "👾 Fast and simple video download library and C..." * console.log(pkg.programs) // ["lux"] * console.log(pkg.versions[0]) // "0.24.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/iawia002/lux.md * @see https://ts-pkgx.netlify.app/usage */ export declare const luxPackage: { /** * The display name of this package. */ name: 'lux'; /** * The canonical domain name for this package. */ domain: 'github.com/iawia002/lux'; /** * Brief description of what this package does. */ description: '👾 Fast and simple video download library and CLI tool written in Go'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/iawia002/lux/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/iawia002/lux'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/iawia002/lux'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/iawia002/lux -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/iawia002/lux'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['lux']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['ffmpeg.org']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.21']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.24.1', '0.24.0', '0.23.0', '0.22.0', '0.21.0', '0.20.0', '0.19.0']; aliases: readonly [] }; export type LuxPackage = typeof luxPackage