mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-10 20:08:43 -04:00
Closes: https://github.com/microcai/gentoo-zh/issues/6698 Signed-off-by: jinqiang zhang <jinqiang@zhang.my>
26 lines
618 B
Bash
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"
|