linux-recall-git
LOW
maintainer jy0x0
0 votes
scanned 2026-09-24 13:43:45.914206
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: Junyi Xu <junyixu0@gmail.com>
2
3
pkgname=linux-recall-git
4
_pkgname=linux_recall
5
pkgver=r27.4cfddc2
6
pkgrel=1
7
pkgdesc='Windows Recall-style screen memory for KDE Plasma 6 on Wayland'
8
arch=('any')
9
url='https://github.com/junyixu/linux_recall'
10
license=('MIT')
11
depends=(
12
'bash'
13
'python'
14
'python-jeepney'
15
'python-numpy'
16
'python-onnxruntime'
17
'python-pillow'
18
'python-rapidocr'
19
'python-requests'
20
'spectacle'
21
)
22
makedepends=(
23
'git'
24
'python-build'
25
'python-hatchling'
26
'python-installer'
27
)
28
optdepends=(
29
'plasma-browser-integration: record the URL of the active browser tab'
30
'fzf: lrf search picker'
31
'jq: lrf and lr-search'
32
'imagemagick: highlight matches on screenshots'
33
'kitty: image previews in lrf'
34
)
35
provides=('linux-recall')
36
conflicts=('linux-recall')
37
source=("git+$url.git")
38
sha256sums=('SKIP')
39
40
pkgver() {
41
cd $_pkgname
42
printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
43
}
44
45
build() {
46
cd $_pkgname
47
python -m build --wheel --no-isolation
48
}
49
50
package() {
51
cd $_pkgname
52
python -m installer --destdir="$pkgdir" dist/*.whl
53
54
install -Dm644 systemd/linux-recall.service "$pkgdir/usr/lib/systemd/user/linux-recall.service"
55
install -Dm755 scripts/install-hotkey.sh "$pkgdir/usr/bin/linux-recall-install-hotkey"
56
57
# lr.zsh aliases lrf from its own directory
58
install -Dm755 scripts/lrf "$pkgdir/usr/share/$_pkgname/lrf"
59
install -Dm644 scripts/lr.zsh "$pkgdir/usr/share/$_pkgname/lr.zsh"
60
ln -s /usr/share/$_pkgname/lrf "$pkgdir/usr/bin/lrf"
61
62
install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md README.zh-CN.md
63
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
64
}
65
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-24 13:43:45 | Low | 1 |