/** * **sftpgo** - Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob * * @domain `sftpgo.com` * @programs `sftpgo` * @version `2.7.0` (9 versions available) * @versions From newest version to oldest. * * @install `launchpad install sftpgo.com` * @homepage https://sftpgo.com * @buildDependencies `go.dev@=1.22.2`, `gnu.org/coreutils` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.sftpgocom * console.log(pkg.name) // "sftpgo" * console.log(pkg.description) // "Full-featured and highly configurable SFTP, HTT..." * console.log(pkg.programs) // ["sftpgo"] * console.log(pkg.versions[0]) // "2.7.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/sftpgo-com.md * @see https://ts-pkgx.netlify.app/usage */ export declare const sftpgocomPackage: { /** * The display name of this package. */ name: 'sftpgo'; /** * The canonical domain name for this package. */ domain: 'sftpgo.com'; /** * Brief description of what this package does. */ description: 'Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/sftpgo.com/package.yml'; homepageUrl: 'https://sftpgo.com'; githubUrl: 'https://github.com/drakkan/sftpgo'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install sftpgo.com'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +sftpgo.com -- $SHELL -i'; launchpadInstallCommand: 'launchpad install sftpgo.com'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['sftpgo']; 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.2', 'gnu.org/coreutils']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.7.0', '2.6.6', '2.6.5', '2.6.4', '2.6.3', '2.6.2', '2.6.1', '2.6.0', '2.5.6']; aliases: readonly [] }; export type SftpgocomPackage = typeof sftpgocomPackage