mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v0.1
This commit is contained in:
parent
f9c05781e2
commit
468fc90593
2 changed files with 10 additions and 10 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
pkgbase = stratos-cli
|
||||
pkgdesc = Multi-Agent Autonomous Coding System for Terminal
|
||||
pkgver = 2.5.0
|
||||
pkgver = 0.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/SPTApyo/stratos
|
||||
url = https://github.com/SPTApyo/stratos-cli
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = python-build
|
||||
|
|
@ -15,7 +15,7 @@ pkgbase = stratos-cli
|
|||
depends = python-readchar
|
||||
depends = python-google-generativeai
|
||||
depends = python-duckduckgo-search
|
||||
source = https://github.com/SPTApyo/stratos/archive/refs/tags/v2.5.0.tar.gz
|
||||
source = https://github.com/SPTApyo/stratos-cli/archive/refs/tags/v0.1.tar.gz
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = stratos-cli
|
||||
|
|
|
|||
14
PKGBUILD
14
PKGBUILD
|
|
@ -1,22 +1,22 @@
|
|||
# Maintainer: SPTApyo <laroussinabil.311@gmail.com>
|
||||
pkgname=stratos-cli
|
||||
pkgver=2.5.0
|
||||
pkgver=0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Multi-Agent Autonomous Coding System for Terminal"
|
||||
arch=('any')
|
||||
url="https://github.com/SPTApyo/stratos"
|
||||
url="https://github.com/SPTApyo/stratos-cli"
|
||||
license=('MIT')
|
||||
depends=('python>=3.10' 'python-rich' 'python-dotenv' 'python-readchar' 'python-google-generativeai' 'python-duckduckgo-search')
|
||||
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
|
||||
source=("https://github.com/SPTApyo/stratos/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
source=("https://github.com/SPTApyo/stratos-cli/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
build() {
|
||||
cd "stratos-${pkgver}"
|
||||
python -m build --wheel --no-isolation
|
||||
cd "stratos-cli-${pkgver}"
|
||||
python -m build --wheel --no-isolation
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "stratos-${pkgver}"
|
||||
python -m installer --destdir="${pkgdir}" dist/*.whl
|
||||
cd "stratos-cli-${pkgver}"
|
||||
python -m installer --destdir="${pkgdir}" dist/*.whl
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue