ts-pkgx
Version:
A library & CLI for managing packages
58 lines • 1.81 kB
TypeScript
/**
* **libxfont2** - pkgx package
*
* @domain `x.org/libxfont2`
* @version `2.0.7` (1 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +x.org/libxfont2 -- $SHELL -i`
* @dependencies `x.org/x11^1`, `x.org/exts`, `x.org/protocol`, ... (+4 more)
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.xorglibxfont2
* console.log(pkg.name) // "libxfont2"
* console.log(pkg.versions[0]) // "2.0.7" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/x-org/libxfont2.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const xorglibxfont2Package: {
/**
* The display name of this package.
*/
name: 'libxfont2';
/**
* The canonical domain name for this package.
*/
domain: 'x.org/libxfont2';
/**
* Brief description of what this package does.
*/
description: '';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/x.org/libxfont2/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install +x.org/libxfont2 -- $SHELL -i';
programs: readonly [];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['x.org/x11^1', 'x.org/exts', 'x.org/protocol', 'freetype.org', 'x.org/xtrans', 'zlib.net', 'x.org/libfontenc'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['2.0.7'];
aliases: readonly []
};
export type Xorglibxfont2Package = typeof xorglibxfont2Package