# -*- 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.12.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  5a49618001a49dd9e9a5417f8b2a44d653a5330c \
                    sha256  8eef4daf5bda399ac60fbd163a7e4a1a585fc226f675465e93d63efa1aba08cc \
                    size    2547681

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