niri-ocr
maintainer Beefsizzle
· 0 votes
· scanned 2026-08-18 13:39:48.676217
LOW
View on AUR ↗
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Beefsizzle <beefsizzle@gmail.com>
2
pkgname=niri-ocr
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="CleanShot X-style OCR text capture for niri: select a region, get text in clipboard"
6
arch=(any)
7
url="https://github.com/Beefsizzle/niri-ocr"
8
license=(MIT)
9
# niri 25.11 added the `--path` argument to the screenshot action.
10
depends=(tesseract tesseract-data-eng wl-clipboard libnotify 'niri>=25.11')
11
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
12
sha256sums=('cac6402cf78ea1d0af31b1b9c749707c79c439755ec7644a696e05cef628aa46')
13
14
package() {
15
cd "$pkgname-$pkgver"
16
install -Dm755 niri-ocr "$pkgdir/usr/bin/niri-ocr"
17
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/niri-ocr/LICENSE"
18
}
19
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 13:39:48 | LOW | 1 |