/** * **acmedns** - pkgx package * * @domain `github.com/caddy-dns/acmedns` * @version `0.6.0` (3 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/caddy-dns/acmedns` * @buildDependencies `github.com/caddyserver/xcaddy` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomcaddydnsacmedns * console.log(pkg.name) // "acmedns" * console.log(pkg.versions[0]) // "0.6.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/caddy-dns/acmedns.md * @see https://ts-pkgx.netlify.app/usage */ export declare const acmednsPackage: { /** * The display name of this package. */ name: 'acmedns'; /** * The canonical domain name for this package. */ domain: 'github.com/caddy-dns/acmedns'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/caddy-dns/acmedns/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/caddy-dns/acmedns'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/caddy-dns/acmedns -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/caddy-dns/acmedns'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['github.com/caddyserver/xcaddy']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.6.0', '0.5.0', '0.4.1']; aliases: readonly [] }; export type AcmednsPackage = typeof acmednsPackage