/** * **resticprofile** - Configuration profiles manager and scheduler for restic backup * * @domain `creativeprojects.github.io/resticprofile` * @programs `resticprofile` * @version `0.32.0` (9 versions available) * @versions From newest version to oldest. * * @install `launchpad install creativeprojects.github.io/resticprofile` * @homepage https://creativeprojects.github.io/resticprofile/ * @buildDependencies `go.dev@~1.22` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.creativeprojectsgithubioresticprofile * console.log(pkg.name) // "resticprofile" * console.log(pkg.description) // "Configuration profiles manager and scheduler fo..." * console.log(pkg.programs) // ["resticprofile"] * console.log(pkg.versions[0]) // "0.32.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/creativeprojects-github-io/resticprofile.md * @see https://ts-pkgx.netlify.app/usage */ export declare const creativeprojectsgithubioresticprofilePackage: { /** * The display name of this package. */ name: 'resticprofile'; /** * The canonical domain name for this package. */ domain: 'creativeprojects.github.io/resticprofile'; /** * Brief description of what this package does. */ description: 'Configuration profiles manager and scheduler for restic backup'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/creativeprojects.github.io/resticprofile/package.yml'; homepageUrl: 'https://creativeprojects.github.io/resticprofile/'; githubUrl: 'https://github.com/creativeprojects/resticprofile'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install creativeprojects.github.io/resticprofile'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +creativeprojects.github.io/resticprofile -- $SHELL -i'; launchpadInstallCommand: 'launchpad install creativeprojects.github.io/resticprofile'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['resticprofile']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@~1.22']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.32.0', '0.31.0', '0.30.1', '0.30.0', '0.29.1', '0.29.0', '0.28.1', '0.28.0', '0.27.1']; aliases: readonly [] }; export type CreativeprojectsgithubioresticprofilePackage = typeof creativeprojectsgithubioresticprofilePackage