/** * **libcap-ng** - Libcap-ng is a library for Linux that makes using posix capabilities easy. * * @domain `people.redhat.com/sgrubb/libcap-ng` * @programs `captest`, `filecap`, `netcap`, `pscap` * @version `0.8.5` (3 versions available) * @versions From newest version to oldest. * * @install `launchpad install people.redhat.com/sgrubb/libcap-ng` * @homepage https://people.redhat.com/sgrubb/libcap-ng/ * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.peopleredhatcomsgrubblibcapng * console.log(pkg.name) // "libcap-ng" * console.log(pkg.description) // "Libcap-ng is a library for Linux that makes usi..." * console.log(pkg.programs) // ["captest", "filecap", ...] * console.log(pkg.versions[0]) // "0.8.5" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/people-redhat-com/sgrubb/libcap-ng.md * @see https://ts-pkgx.netlify.app/usage */ export declare const peopleredhatcomsgrubblibcapngPackage: { /** * The display name of this package. */ name: 'libcap-ng'; /** * The canonical domain name for this package. */ domain: 'people.redhat.com/sgrubb/libcap-ng'; /** * Brief description of what this package does. */ description: 'Libcap-ng is a library for Linux that makes using posix capabilities easy.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/people.redhat.com/sgrubb/libcap-ng/package.yml'; homepageUrl: 'https://people.redhat.com/sgrubb/libcap-ng/'; githubUrl: 'https://github.com/stevegrubb/libcap-ng'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install people.redhat.com/sgrubb/libcap-ng'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +people.redhat.com/sgrubb/libcap-ng -- $SHELL -i'; launchpadInstallCommand: 'launchpad install people.redhat.com/sgrubb/libcap-ng'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['captest', 'filecap', 'netcap', 'pscap']; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.8.5', '0.8.4', '0.8.3']; aliases: readonly [] }; export type PeopleredhatcomsgrubblibcapngPackage = typeof peopleredhatcomsgrubblibcapngPackage