From f8ad7f0aa6570cc2e6bf8e4939d4576fc9a0da18 Mon Sep 17 00:00:00 2001 From: goodroot Date: Sat, 6 Sep 2025 17:17:13 -0700 Subject: [PATCH] grind --- .SRCINFO | 28 ++++++++++++++++++++++++++++ PKGBUILD | 3 ++- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/.SRCINFO b/.SRCINFO index e69de29bb2d1..da7cbaa94e3b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index b13441be6520..13450d234c2a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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" +}