This commit is contained in:
goodroot 2025-09-06 17:17:13 -07:00
parent 483dff4c28
commit f8ad7f0aa6
2 changed files with 30 additions and 1 deletions

View file

@ -0,0 +1,28 @@
pkgbase = hyprwhspr
pkgdesc = Native Whisper speech-to-text for Arch/Omarchy with Waybar integration
pkgver = 1.2.1
pkgrel = 2
url = https://github.com/goodroot/hyprwhspr
install = hyprwhspr.install
arch = x86_64
license = MIT
depends = python
depends = python-numpy
depends = python-scipy
depends = python-pyperclip
depends = python-psutil
depends = python-rich
depends = python-json5
depends = ydotool
depends = pipewire
depends = pipewire-alsa
depends = pipewire-pulse
depends = pipewire-jack
optdepends = nvidia-utils: For GPU acceleration
optdepends = cuda: For GPU acceleration
optdepends = waybar: For tray/status
optdepends = whisper.cpp: Use system build instead of building locally in setup step
source = hyprwhspr-1.2.1.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.2.1.tar.gz
sha256sums = ac063f5c43da89e89b65230b5a7e70533019ae9274c118c37b62c636ef63cf92
pkgname = hyprwhspr

View file

@ -97,4 +97,5 @@ EOF
# Docs & license
install -d "$pkgdir/usr/share/doc/$pkgname" "$pkgdir/usr/share/licenses/$pkgname"
install -m644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
install -m644 LICENSE "$pkgdi
install -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}