ts-pkgx
Version:
A library & CLI for managing packages
67 lines • 3.68 kB
TypeScript
/**
* **systemd.io** - The systemd System and Service Manager
*
* @domain `systemd.io`
* @programs `busctl`, `coredumpctl`, `hostnamectl`, `journalctl`, `kernel-install`, ... (+50 more)
* @version `257.8.0` (29 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install systemd.io`
* @dependencies `libexpat.github.io`, `google.com/fullycapable`, `lz4.org`, ... (+10 more)
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.systemdio
* console.log(pkg.name) // "systemd.io"
* console.log(pkg.description) // "The systemd System and Service Manager"
* console.log(pkg.programs) // ["busctl", "coredumpctl", ...]
* console.log(pkg.versions[0]) // "257.8.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/systemd-io.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const systemdioPackage: {
/**
* The display name of this package.
*/
name: 'systemd.io';
/**
* The canonical domain name for this package.
*/
domain: 'systemd.io';
/**
* Brief description of what this package does.
*/
description: 'The systemd System and Service Manager';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/systemd.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 systemd.io';
/**
* Executable programs provided by this package.
* These can be run after installation.
*/
programs: readonly ['busctl', 'coredumpctl', 'hostnamectl', 'journalctl', 'kernel-install', 'localectl', 'loginctl', 'machinectl', 'networkctl', 'oomctl', 'portablectl', 'resolvectl', 'systemctl', 'systemd-ac-power', 'systemd-analyze', 'systemd-ask-password', 'systemd-cat', 'systemd-cgls', 'systemd-cgtop', 'systemd-confext', 'systemd-creds', 'systemd-delta', 'systemd-detect-virt', 'systemd-dissect', 'systemd-escape', 'systemd-firstboot', 'systemd-id128', 'systemd-inhibit', 'systemd-machine-id-setup', 'systemd-mount', 'systemd-notify', 'systemd-nspawn', 'systemd-path', 'systemd-repart', 'systemd-resolve', 'systemd-run', 'systemd-socket-activate', 'systemd-stdio-bridge', 'systemd-sysext', 'systemd-sysusers', 'systemd-tmpfiles', 'systemd-tty-ask-password-agent', 'systemd-umount', 'timedatectl', 'udevadm', 'userdbctl', 'halt', 'init', 'mount.ddi', 'poweroff', 'reboot', 'resolvconf', 'runlevel', 'shutdown', 'telinit'];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['libexpat.github.io', 'google.com/fullycapable', 'lz4.org', 'openssl.org^1.1', 'github.com/util-linux/util-linux', 'tukaani.org/xz', 'facebook.com/zstd', 'github.com/besser82/libxcrypt', 'curl.se', 'gnu.org/libidn2', 'gnutls.org', 'sourceware.org/bzip2', 'pcre.org/v2'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['257.8.0', '257.7.0', '257.6.0', '257.5.0', '257.4.0', '257.3.0', '257.2.0', '257.1.0', '257.0.0', '256.17.0', '256.16.0', '256.15.0', '256.14.0', '256.13.0', '256.12.0', '256.11.0', '256.10.0', '256.9.0', '256.8.0', '256.7.0', '256.6.0', '256.5.0', '256.4.0', '256.3.0', '256.2.0', '256.1.0', '256.0.0', '255.0.0', '254.0.0'];
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +systemd.io -- $SHELL -i';
launchpadInstallCommand: 'launchpad install systemd.io'
};
export type SystemdioPackage = typeof systemdioPackage