pkgbase = cai
	pkgdesc = CLI tool that generates concise git commit messages from diffs or commit history using large language models
	pkgver = Y.Y.Y
	pkgrel = 1
	url = https://github.com/thorstenfoltz/cai
	arch = any
	license = MIT
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-setuptools
	makedepends = python-wheel
	makedepends = python-setuptools-scm
	depends = python
	depends = python-yaml
	depends = python-openai
	depends = python-requests
	depends = python-typer
	depends = git
	source = cai-Y.Y.Y.tar.gz::https://github.com/thorstenfoltz/cai/archive/refs/tags/Y.Y.Y.tar.gz
	sha256sums = YYYYYY

pkgname = cai
