shotori
LOW
maintainer mengh04
0 votes
scanned 2026-09-25 23:13:47.742963
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: mengh04 <mengh04@users.noreply.github.com>
2
pkgname=shotori
3
pkgver=0.7.0
4
pkgrel=1
5
pkgdesc="Wayland-first screenshot tool with built-in OCR, self-drawn UI via gpui-kit"
6
arch=('x86_64')
7
url="https://github.com/mengh04/shotori"
8
license=('MIT')
9
depends=('gcc-libs' 'libxcb' 'libxau' 'libxdmcp' 'libxkbcommon')
10
source=("shotori-${pkgver}-x86_64.tar.gz::https://github.com/mengh04/shotori/releases/download/v${pkgver}/shotori-v${pkgver}-x86_64.tar.gz")
11
sha256sums=('6e5e429920d7eca674616371c536da4f10e18acff5df5dd97e74e275913046a3')
12
13
package() {
14
install -Dm0755 shotori -t "$pkgdir/usr/bin/"
15
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
16
}
17
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 23:13:47 | Low | 1 |
| 2026-09-25 21:13:17 | Low | 1 |