ts-pkgx
Version:
A library & CLI for managing packages
53 lines • 1.72 kB
TypeScript
/**
* **adwaita-icon-theme** - pkgx package
*
* @domain `gnome.org/adwaita-icon-theme`
* @version `48.1.0` (6 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +gnome.org/adwaita-icon-theme -- $SHELL -i`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.gnomeorgadwaitaicontheme
* console.log(pkg.name) // "adwaita-icon-theme"
* console.log(pkg.versions[0]) // "48.1.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/gnome-org/adwaita-icon-theme.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const gnomeorgadwaitaiconthemePackage: {
/**
* The display name of this package.
*/
name: 'adwaita-icon-theme';
/**
* The canonical domain name for this package.
*/
domain: 'gnome.org/adwaita-icon-theme';
/**
* Brief description of what this package does.
*/
description: '';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/gnome.org/adwaita-icon-theme/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/adwaita-icon-theme -- $SHELL -i';
programs: readonly [];
companions: readonly [];
dependencies: readonly [];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['48.1.0', '48.0.0', '47.0.0', '46.2.0', '46.0.0', '45.0.0'];
aliases: readonly []
};
export type GnomeorgadwaitaiconthemePackage = typeof gnomeorgadwaitaiconthemePackage