app-misc/copilot - 0.0.327 (gentoo-zh)

Search

Package Information

Description:
The power of GitHub Copilot, now in your terminal
Homepage:
https://github.com/github/copilot-cli
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.0.327 8 -* ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="The power of GitHub Copilot, now in your terminal"
HOMEPAGE="https://github.com/github/copilot-cli"
SRC_URI="https://registry.npmjs.org/@github/copilot/-/${P}.tgz"
S="${WORKDIR}"/package

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="-* ~amd64"
RESTRICT="bindist mirror strip"

RDEPEND="
	net-libs/nodejs
"

src_install() {
	dodoc README.md

	insinto /opt/${PN}
	doins -r ./*
	fperms a+x opt/copilot/index.js

	dodir /opt/${PN}
	dosym -r /opt/${PN}/index.js /opt/bin/copilot
}

Dependencies

RDEPEND

	net-libs/nodejs

Manifest for 0.0.327

Type File Size Source URLs
DIST copilot-0.0.327.tgz 4891850 bytes https://registry.npmjs.org/@github/copilot/-/copilot-0.0.327.tgz