/** * **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.17.1` (17 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/kdave/btrfs-progs` * @homepage https://btrfs.readthedocs.io/en/latest/ * @dependencies `python.org~3.11`, `sourceforge.net/e2fsprogs^1.47`, `oberhumer.com/lzo^2.10`, ... (+4 more) * @buildDependencies `gnu.org/autoconf`, `gnu.org/automake`, `gnu.org/libtool` - required only when building from source * * @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.17.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/kdave/btrfs-progs.md * @see https://ts-pkgx.netlify.app/usage */ export declare const btrfsprogsPackage: { /** * 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: 'https://btrfs.readthedocs.io/en/latest/'; githubUrl: 'https://github.com/kdave/btrfs-progs'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/kdave/btrfs-progs'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/kdave/btrfs-progs -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/kdave/btrfs-progs'; /** * 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 []; /** * Runtime dependencies for this package. * These are required when running the package. */ 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']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['gnu.org/autoconf', 'gnu.org/automake', 'gnu.org/libtool']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['6.17.1', '6.17.0', '6.16.1', '6.16.0', '6.15.0', '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 BtrfsprogsPackage = typeof btrfsprogsPackage