ts-pkgx
Version:
A library & CLI for managing packages
58 lines • 2.01 kB
TypeScript
/**
* **gsettings-desktop-schemas** - pkgx package
*
* @domain `gnome.org/gsettings-desktop-schemas`
* @version `48.0.0` (6 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +gnome.org/gsettings-desktop-schemas -- $SHELL -i`
* @dependencies `gnome.org/glib`, `libexpat.github.io`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.gnomeorggsettingsdesktopschemas
* console.log(pkg.name) // "gsettings-desktop-schemas"
* console.log(pkg.versions[0]) // "48.0.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/gnome-org/gsettings-desktop-schemas.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const gnomeorggsettingsdesktopschemasPackage: {
/**
* The display name of this package.
*/
name: 'gsettings-desktop-schemas';
/**
* The canonical domain name for this package.
*/
domain: 'gnome.org/gsettings-desktop-schemas';
/**
* Brief description of what this package does.
*/
description: '';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/gnome.org/gsettings-desktop-schemas/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install +gnome.org/gsettings-desktop-schemas -- $SHELL -i';
programs: readonly [];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['gnome.org/glib', 'libexpat.github.io'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['48.0.0', '47.1.0', '46.1.0', '46.0.0', '45.0.0', '44.0.0'];
aliases: readonly []
};
export type GnomeorggsettingsdesktopschemasPackage = typeof gnomeorggsettingsdesktopschemasPackage