commit: e352bc8e52684005c21eae56643e13ed4f6b6a0c Author: Timur Kuprava <kupravagoodman <AT> proton <DOT> me> AuthorDate: Thu Jul 31 18:20:50 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Thu Jul 31 18:20:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e352bc8e
sci-ml/aichat: new package Signed-off-by: Timur Kuprava <kupravagoodman <AT> proton.me> sci-ml/aichat/Manifest | 2 ++ sci-ml/aichat/aichat-0.30.0.ebuild | 24 ++++++++++++++++++++++++ sci-ml/aichat/metadata.xml | 12 ++++++++++++ 3 files changed, 38 insertions(+) diff --git a/sci-ml/aichat/Manifest b/sci-ml/aichat/Manifest new file mode 100644 index 0000000000..ee346d020b --- /dev/null +++ b/sci-ml/aichat/Manifest @@ -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 diff --git a/sci-ml/aichat/aichat-0.30.0.ebuild b/sci-ml/aichat/aichat-0.30.0.ebuild new file mode 100644 index 0000000000..0de9f311fa --- /dev/null +++ b/sci-ml/aichat/aichat-0.30.0.ebuild @@ -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" diff --git a/sci-ml/aichat/metadata.xml b/sci-ml/aichat/metadata.xml new file mode 100644 index 0000000000..6854b8a14c --- /dev/null +++ b/sci-ml/aichat/metadata.xml @@ -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>[email protected]</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>
