ts-pkgx
Version:
A library & CLI for managing packages
60 lines • 1.93 kB
TypeScript
/**
* **getmonero.org** - pkgx package
*
* @domain `getmonero.org`
* @version `0.18.4.1` (1 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install getmonero.org`
* @dependencies `boost.org^1.66`, `openssl.org^1.1`, `libsodium.org`, ... (+3 more)
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.getmoneroorg
* console.log(pkg.name) // "getmonero.org"
* console.log(pkg.versions[0]) // "0.18.4.1" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/getmonero-org.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const getmoneroorgPackage: {
/**
* The display name of this package.
*/
name: 'getmonero.org';
/**
* The canonical domain name for this package.
*/
domain: 'getmonero.org';
/**
* Brief description of what this package does.
*/
description: '';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/getmonero.org/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install getmonero.org';
programs: readonly [];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['boost.org^1.66', 'openssl.org^1.1', 'libsodium.org', 'gnu.org/readline', 'unbound.net^1.4', 'zeromq.org^4.2'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['0.18.4.1'];
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +getmonero.org -- $SHELL -i';
launchpadInstallCommand: 'launchpad install getmonero.org'
};
export type GetmoneroorgPackage = typeof getmoneroorgPackage