gentoo-zh/app-misc/aichat/aichat-0.29.0.ebuild
jinqiang zhang dc656ef741
app-misc/aichat: add 0.29.0, drop 0.28.0
Closes: https://github.com/microcai/gentoo-zh/issues/6698
Signed-off-by: jinqiang zhang <jinqiang@zhang.my>
2025-03-28 10:11:20 +08:00

26 lines
618 B
Bash

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