sci-ml/aichat: new package

Signed-off-by: Timur Kuprava <kupravagoodman@proton.me>
This commit is contained in:
Timur Kuprava
2025-07-31 21:20:50 +03:00
parent a4628766f7
commit e352bc8e52
3 changed files with 38 additions and 0 deletions

2
sci-ml/aichat/Manifest Normal file
View File

@@ -0,0 +1,2 @@
DIST aichat-0.30.0-crates.tar.xz 45072020 BLAKE2B cc09b43940da009f805ffb0c493c6ca7cfbe427c847508c97e913271a6cc23a176125bc8328ade81d3ed4c4fae8e2fd1c3d105a7b5b576dc38dcc9980424442c SHA512 74d506f44924f452d9fba41795e5a348ae3ec3cd0ed3bfe7c95768976e29a6490bbe792386479b91c64370a7364fbe46a2910f21bc3a233b94eaf46655af1f61
DIST aichat-0.30.0.tar.gz 999321 BLAKE2B 6e6f5d39c20ffbc072382c43000b73058e69a7f281337ad7b75b9682db1fa5273712097fb7bf0f18d9726a011b6e0cbc46b48f81ecced15a83de98cd3b0ab630 SHA512 773c4800486f2d30374e8dea258c6a25a8a3ef10d1808f352b4bb3a6177fb865937a84d9432a733a18848bf4d1b4f250aa926dac6f9a86d71c991ade959c4402

View File

@@ -0,0 +1,24 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.15.0
EAPI=8
inherit cargo
DESCRIPTION="All-in-one LLM CLI Tool"
HOMEPAGE="https://github.com/sigoden/aichat"
SRC_URI="
https://github.com/sigoden/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/kuprTheMan/contribute-deps/releases/download/${P}/${P}-crates.tar.xz
"
LICENSE="|| ( Apache-2.0 MIT )"
# Dependent crate licenses
LICENSE+="
Apache-2.0 BSD Boost-1.0 CDLA-Permissive-2.0 ISC LGPL-3+ MIT MPL-2.0
Unicode-3.0 ZLIB
"
SLOT="0"
KEYWORDS="~amd64"

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>kupravagoodman@proton.me</email>
<name>Timur Kuprava</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/sigoden/aichat/issues</bugs-to>
<remote-id type="github">sigoden/aichat</remote-id>
</upstream>
</pkgmetadata>