# -*- 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.18.4
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  3e418a9c816b015dd1fc097e70f3e9e4089cb917 \
                    sha256  5c749095b6d9d306600dfb8962bcc7f959bfc76b00b53fa0b3d072150a574b85 \
                    size    2885189

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