# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           npm 1.0

name                gemini-cli
version             0.9.0
revision            0

categories          llm
platforms           any
maintainers         {breun @breun} openmaintainer
license             Apache-2
supported_archs     noarch

description         Use Google Gemini from your terminal
long_description    Gemini CLI is an open-source AI agent that brings the power of Google Gemini directly into your terminal.

homepage            https://geminicli.com

npm.rootname        @google/${name}
distname            ${name}-${version}

checksums           rmd160  2a59aa94f7518c8abad5d5ea8573e67fb8b6d3dd \
                    sha256  75a632e7501a7450a2784eaef9afb22bb0d3e1960a38cd61a33fdb56f9c44399 \
                    size    959738

test.run    yes
test.cmd    gemini
test.target
test.args   --version
