pkgbase = code-buddy
	pkgdesc = An AI-powered coding agent that brings AI power directly into your terminal
	pkgver = 1.0.0
	pkgrel = 1
	url = https://github.com/phuetz/code-buddy
	arch = x86_64
	arch = aarch64
	license = MIT
	makedepends = npm
	makedepends = git
	depends = nodejs>=18.0.0
	optdepends = ripgrep: fast file searching
	optdepends = git: version control integration
	optdepends = fzf: fuzzy file finder
	provides = code-buddy
	provides = buddy
	conflicts = code-buddy-git
	source = code-buddy-1.0.0.tar.gz::https://github.com/phuetz/code-buddy/archive/refs/tags/v1.0.0.tar.gz

pkgname = code-buddy
