/** * **SDL_ttf** - pkgx package * * @domain `libsdl.org/SDL_ttf` * @version `2.24.0` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install libsdl.org/SDL_ttf` * @dependencies `freetype.org>=2.0.4`, `harfbuzz.org>=2.3.1`, `libsdl.org^2.0.10` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.libsdlorgsdl_ttf * console.log(pkg.name) // "SDL_ttf" * console.log(pkg.versions[0]) // "2.24.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/libsdl-org/SDL_ttf.md * @see https://ts-pkgx.netlify.app/usage */ export declare const libsdlorgsdl_ttfPackage: { /** * The display name of this package. */ name: 'SDL_ttf'; /** * The canonical domain name for this package. */ domain: 'libsdl.org/SDL_ttf'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/libsdl.org/SDL_ttf/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install libsdl.org/SDL_ttf'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +libsdl.org/SDL_ttf -- $SHELL -i'; launchpadInstallCommand: 'launchpad install libsdl.org/SDL_ttf'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['freetype.org>=2.0.4', 'harfbuzz.org>=2.3.1', 'libsdl.org^2.0.10']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.24.0']; aliases: readonly [] }; export type Libsdlorgsdl_ttfPackage = typeof libsdlorgsdl_ttfPackage