pkgbase = talky
	pkgdesc = System-wide dictation for Linux using Whisper AI
	pkgver = 0.5.0
	pkgrel = 1
	url = https://github.com/ChrisKalahiki/talky
	arch = any
	license = MIT
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-wheel
	makedepends = python-setuptools
	depends = python>=3.10
	depends = python-numpy
	depends = python-pillow
	depends = python-yaml
	depends = python-sounddevice
	depends = python-pystray
	depends = python-pynput
	depends = xdotool
	optdepends = python-pytorch: GPU acceleration with CUDA
	optdepends = cuda: NVIDIA GPU support
	optdepends = ydotool: Wayland text injection support
	optdepends = pipewire: Modern audio stack (recommended)
	optdepends = pulseaudio: Alternative audio stack
	source = talky-0.5.0.tar.gz::https://github.com/ChrisKalahiki/talky/archive/v0.5.0.tar.gz
	sha256sums = SKIP

pkgname = talky
