linux-recall-git

LOW
maintainer jy0x0 0 votes scanned 2026-09-24 13:43:45.914206
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: Junyi Xu <junyixu0@gmail.com>
2
3pkgname=linux-recall-git
4_pkgname=linux_recall
5pkgver=r27.4cfddc2
6pkgrel=1
7pkgdesc='Windows Recall-style screen memory for KDE Plasma 6 on Wayland'
8arch=('any')
9url='https://github.com/junyixu/linux_recall'
10license=('MIT')
11depends=(
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)
22makedepends=(
23 'git'
24 'python-build'
25 'python-hatchling'
26 'python-installer'
27)
28optdepends=(
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)
35provides=('linux-recall')
36conflicts=('linux-recall')
37source=("git+$url.git")
38sha256sums=('SKIP')
39
40pkgver() {
41 cd $_pkgname
42 printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
43}
44
45build() {
46 cd $_pkgname
47 python -m build --wheel --no-isolation
48}
49
50package() {
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)SeverityRules
2026-09-24 13:43:45 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion