Update PKGBUILD and .SRCINFO with GitHub Actions
This commit is contained in:
4
.SRCINFO
4
.SRCINFO
@@ -1,12 +1,14 @@
|
||||
pkgbase = gemini-cli-bin
|
||||
pkgdesc = An open-source AI agent that brings the power of Gemini directly into your terminal.
|
||||
pkgver = 0.1.22
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/google-gemini/gemini-cli
|
||||
arch = any
|
||||
license = Apache-2.0
|
||||
depends = nodejs
|
||||
provides = gemini-cli
|
||||
conflicts = gemini-cli
|
||||
conflicts = gemini-cli-git
|
||||
source = gemini-0.1.22.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.1.22/gemini.js
|
||||
source = LICENSE-0.1.22::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.1.22/LICENSE
|
||||
sha256sums = af0c667c9b0dedc53cc7a3f112a65daa02058c7233c144c2ccf80e129d40570e
|
||||
|
||||
3
PKGBUILD
3
PKGBUILD
@@ -2,13 +2,14 @@
|
||||
|
||||
pkgname=gemini-cli-bin
|
||||
pkgver=0.1.22 # datasource=github-releases depName=google-gemini/gemini-cli
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='An open-source AI agent that brings the power of Gemini directly into your terminal.'
|
||||
arch=('any')
|
||||
url='https://github.com/google-gemini/gemini-cli'
|
||||
license=('Apache-2.0')
|
||||
depends=('nodejs')
|
||||
provides=('gemini-cli')
|
||||
conflicts=('gemini-cli' 'gemini-cli-git')
|
||||
|
||||
source=(
|
||||
"gemini-${pkgver}.js::${url}/releases/download/v${pkgver}/gemini.js"
|
||||
|
||||
Reference in New Issue
Block a user