ts-pkgx
Version:
A library & CLI for managing packages
65 lines • 3.59 kB
TypeScript
/**
* **qt.io** - pkgx package
*
* @domain `qt.io`
* @programs `balsam`, `canbusutil`, `lconvert`, `lprodump`, `lrelease`, ... (+38 more)
* @version `5.15.10` (1 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +qt.io -- $SHELL -i`
* @dependencies `freetype.org`, `gnome.org/glib`, `libjpeg-turbo.org`, ... (+37 more) (includes OS-specific dependencies with `os:package` format)
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.qtio
* console.log(pkg.name) // "qt.io"
* console.log(pkg.programs) // ["balsam", "canbusutil", ...]
* console.log(pkg.versions[0]) // "5.15.10" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/qt-io.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const qtioPackage: {
/**
* The display name of this package.
*/
name: 'qt.io';
/**
* The canonical domain name for this package.
*/
domain: 'qt.io';
/**
* Brief description of what this package does.
*/
description: '';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/qt.io/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install +qt.io -- $SHELL -i';
/**
* Executable programs provided by this package.
* These can be run after installation.
*/
programs: readonly ['balsam', 'canbusutil', 'lconvert', 'lprodump', 'lrelease', 'lrelease-pro', 'lupdate', 'lupdate-pro', 'meshdebug', 'moc', 'qcollectiongenerator', 'qdbus', 'qdbuscpp2xml', 'qdbusxml2cpp', 'qdistancefieldgenerator', 'qhelpgenerator', 'qlalr', 'qmake', 'qmlcachegen', 'qmleasing', 'qmlformat', 'qmlimportscanner', 'qmllint', 'qmlmin', 'qmlplugindump', 'qmlpreview', 'qmlprofiler', 'qmlscene', 'qmltestrunner', 'qmltime', 'qmltyperegistrar', 'qscxmlc', 'qtattributionsscanner', 'qtdiag', 'qtpaths', 'qtplugininfo', 'qvkgen', 'rcc', 'repc', 'tracegen', 'uic', 'xmlpatterns', 'xmlpatternsvalidator'];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
* OS-specific dependencies are prefixed with `os:` (e.g., `linux:freetype.org`).
*/
dependencies: readonly ['freetype.org', 'gnome.org/glib', 'libjpeg-turbo.org', 'libpng.org', 'pcre.org/v2', 'google.com/webp', 'gnu.org/bison', 'github.com/westes/flex', 'kerberos.org', 'gnome.org/libxslt', 'sqlite.org', 'unicode.org^71', 'linux:alsa-project.org/alsa-lib', 'linux:freedesktop.org/fontconfig', 'linux:harfbuzz.org', 'linux:unicode.org~71', 'linux:dri.freedesktop.org', 'linux:libevent.org', 'linux:x.org/ice', 'linux:x.org/sm', 'linux:webmproject.org/libvpx', 'linux:x.org/xcomposite', 'linux:xkbcommon.org~1.5', 'linux:x.org/xkbfile', 'linux:x.org/xrandr', 'linux:x.org/xtst', 'linux:mesa3d.org', 'linux:zlib.net/minizip', 'linux:mozilla.org/nss', 'linux:opus-codec.org', 'linux:libsdl.org', 'linux:google.github.io/snappy', 'linux:systemd.io', 'linux:wayland.freedesktop.org', 'linux:freedesktop.org/xcb-util', 'linux:freedesktop.org/xcb-util-image', 'linux:freedesktop.org/xcb-util-keysyms', 'linux:freedesktop.org/xcb-util-renderutil', 'linux:freedesktop.org/xcb-util-wm', 'linux:facebook.com/zstd'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['5.15.10'];
aliases: readonly []
};
export type QtioPackage = typeof qtioPackage