mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
Update opencode-antigravity-auth install guidance
This commit is contained in:
parent
081c361180
commit
603f6f022d
3 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = opencode-antigravity-auth
|
||||
pkgdesc = Google Antigravity OAuth Plugin for opencode
|
||||
pkgver = 1.2.8
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/NoeFabris/opencode-antigravity-auth
|
||||
install = opencode-antigravity-auth.install
|
||||
arch = any
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Yakov Till <yakov.till@gmail.com>
|
||||
pkgname=opencode-antigravity-auth
|
||||
pkgver=1.2.8
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Google Antigravity OAuth Plugin for opencode"
|
||||
arch=('any')
|
||||
url="https://github.com/NoeFabris/opencode-antigravity-auth"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ post_install() {
|
|||
echo "(e.g., ~/.config/opencode/config.json):"
|
||||
echo ""
|
||||
echo " {"
|
||||
echo " \"plugin\": [\"opencode-antigravity-auth\"]"
|
||||
echo " \"plugin\": [\"file:///usr/lib/opencode/plugins/opencode-antigravity-auth\"]"
|
||||
echo " }"
|
||||
echo ""
|
||||
echo "Then run 'opencode auth login' to authenticate."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue