ts-pkgx
Version:
A library & CLI for managing packages
65 lines • 2.74 kB
TypeScript
/**
* **btrfs-progs** - Userspace utilities to manage btrfs filesystems
*
* @domain `github.com/kdave/btrfs-progs`
* @programs `btrfs`, `btrfsck`, `btrfs-convert`, `btrfs-find-root`, `btrfs-image`, ... (+5 more)
* @version `6.14.0` (12 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +github.com/kdave/btrfs-progs -- $SHELL -i`
* @dependencies `python.org~3.11`, `sourceforge.net/e2fsprogs^1.47`, `oberhumer.com/lzo^2.10`, ... (+4 more)
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcomkdavebtrfsprogs
* console.log(pkg.name) // "btrfs-progs"
* console.log(pkg.description) // "Userspace utilities to manage btrfs filesystems"
* console.log(pkg.programs) // ["btrfs", "btrfsck", ...]
* console.log(pkg.versions[0]) // "6.14.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/github-com/kdave/btrfs-progs.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const githubcomkdavebtrfsprogsPackage: {
/**
* The display name of this package.
*/
name: 'btrfs-progs';
/**
* The canonical domain name for this package.
*/
domain: 'github.com/kdave/btrfs-progs';
/**
* Brief description of what this package does.
*/
description: 'Userspace utilities to manage btrfs filesystems';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/kdave/btrfs-progs/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install +github.com/kdave/btrfs-progs -- $SHELL -i';
/**
* Executable programs provided by this package.
* These can be run after installation.
*/
programs: readonly ['btrfs', 'btrfsck', 'btrfs-convert', 'btrfs-find-root', 'btrfs-image', 'btrfs-map-logical', 'btrfs-select-super', 'btrfstune', 'fsck.btrfs', 'mkfs.btrfs'];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['python.org~3.11', 'sourceforge.net/e2fsprogs^1.47', 'oberhumer.com/lzo^2.10', 'systemd.io^255 # for libudev', 'github.com/util-linux/util-linux^2.39', 'zlib.net^1.3', 'facebook.com/zstd^1.5'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['6.14.0', '6.13.0', '6.12.0', '6.11.0', '6.10.1', '6.10.0', '6.9.2', '6.9.1', '6.9.0', '6.8.1', '6.8.0', '6.7.1'];
aliases: readonly []
};
export type GithubcomkdavebtrfsprogsPackage = typeof githubcomkdavebtrfsprogsPackage