ts-pkgx
Version:
A library & CLI for managing packages
60 lines • 2.07 kB
TypeScript
/**
* **videolan.org/libbluray** - pkgx package
*
* @domain `videolan.org/libbluray`
* @version `1.4.0` (2 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install videolan.org/libbluray`
* @dependencies `freedesktop.org/fontconfig`, `freetype.org`, `gnome.org/libxml2~2.13 # API changed in 2.14`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.videolanorglibbluray
* console.log(pkg.name) // "videolan.org/libbluray"
* console.log(pkg.versions[0]) // "1.4.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/videolan-org/libbluray.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const videolanorglibblurayPackage: {
/**
* The display name of this package.
*/
name: 'videolan.org/libbluray';
/**
* The canonical domain name for this package.
*/
domain: 'videolan.org/libbluray';
/**
* Brief description of what this package does.
*/
description: '';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/videolan.org/libbluray/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install videolan.org/libbluray';
programs: readonly [];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['freedesktop.org/fontconfig', 'freetype.org', 'gnome.org/libxml2~2.13 # API changed in 2.14'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['1.4.0', '1.3.4'];
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +videolan.org/libbluray -- $SHELL -i';
launchpadInstallCommand: 'launchpad install videolan.org/libbluray'
};
export type VideolanorglibblurayPackage = typeof videolanorglibblurayPackage