ts-pkgx
Version:
A library & CLI for managing packages
58 lines • 1.94 kB
TypeScript
/**
* **gtk-mac-integration-gtk3** - pkgx package
*
* @domain `gnome.org/gtk-mac-integration-gtk3`
* @version `3.0.2` (2 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +gnome.org/gtk-mac-integration-gtk3 -- $SHELL -i`
* @dependencies `gnu.org/gettext`, `gtk.org/gtk3`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.gnomeorggtkmacintegrationgtk3
* console.log(pkg.name) // "gtk-mac-integration-gtk3"
* console.log(pkg.versions[0]) // "3.0.2" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/gnome-org/gtk-mac-integration-gtk3.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const gnomeorggtkmacintegrationgtk3Package: {
/**
* The display name of this package.
*/
name: 'gtk-mac-integration-gtk3';
/**
* The canonical domain name for this package.
*/
domain: 'gnome.org/gtk-mac-integration-gtk3';
/**
* Brief description of what this package does.
*/
description: '';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/gnome.org/gtk-mac-integration-gtk3/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/gtk-mac-integration-gtk3 -- $SHELL -i';
programs: readonly [];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['gnu.org/gettext', 'gtk.org/gtk3'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['3.0.2', '3.0.1'];
aliases: readonly []
};
export type Gnomeorggtkmacintegrationgtk3Package = typeof gnomeorggtkmacintegrationgtk3Package