From df3507e32d41ac5af801b2ec5cb9fb7480db2f4d Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 28 Sep 2025 13:41:51 -0700 Subject: [PATCH] misc/gemini-cli: Improve COMMENT and pkg-descr --- misc/gemini-cli/Makefile | 2 +- misc/gemini-cli/pkg-descr | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/misc/gemini-cli/Makefile b/misc/gemini-cli/Makefile index 90297b7f6818..172497b03277 100644 --- a/misc/gemini-cli/Makefile +++ b/misc/gemini-cli/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 0.6.1 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org -COMMENT= Google Gemini api for terminal (CLI) +COMMENT= Open-source CLI for direct access to Google's Gemini AI model WWW= https://google-gemini.github.io/gemini-cli/ \ https://github.com/google-gemini/gemini-cli diff --git a/misc/gemini-cli/pkg-descr b/misc/gemini-cli/pkg-descr index 459f80e3a32a..61852c4ab593 100644 --- a/misc/gemini-cli/pkg-descr +++ b/misc/gemini-cli/pkg-descr @@ -1,3 +1,7 @@ Gemini CLI is an open-source AI agent that brings the power of Gemini directly into your terminal. It provides lightweight access to Gemini, giving you the -most direct path from your prompt to the Google's Gemini model. +most direct path from your prompt to the Google's Gemini model. This tool +is ideal for developers and users who prefer command-line interfaces, +enabling quick interactions and scripting with Gemini's advanced AI +capabilities. It streamlines workflows by offering immediate access to +AI-driven insights and content generation without leaving the terminal.