dev-util/waza-bin - 0.33.0 (gentoo-zh)

Search

Install

Install this version:

emerge -a =dev-util/waza-bin-0.33.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/waza-bin-0.33.0

Or alternatively:

emerge --autounmask-write -a =dev-util/waza-bin-0.33.0

Package Information

Description:
CLI and framework for AI agent skills
Homepage:
https://github.com/microsoft/waza
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.33.0 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="CLI and framework for AI agent skills"
HOMEPAGE="https://github.com/microsoft/waza"
SRC_URI="
	amd64? ( https://github.com/microsoft/waza/releases/download/v${PV}/waza-linux-amd64 -> ${P}-amd64 )
	arm64? ( https://github.com/microsoft/waza/releases/download/v${PV}/waza-linux-arm64 -> ${P}-arm64 )
"

S="${WORKDIR}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

RESTRICT="mirror strip"
QA_PREBUILT="usr/bin/waza"

src_install() {
	newbin "${DISTDIR}/${A}" waza
}

Manifest for 0.33.0

Type File Size Source URLs
DIST waza-bin-0.33.0-amd64 122498084 bytes https://github.com/microsoft/waza/releases/download/v0.33.0/waza-linux-amd64
DIST waza-bin-0.33.0-arm64 121548121 bytes https://github.com/microsoft/waza/releases/download/v0.33.0/waza-linux-arm64