rclone-sync-timer

LOW
maintainer imjiaoyuan 0 votes scanned 2026-09-11 03:21:42.536508
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: imjiaoyuan <imjiaoyuan@gmail.com>
2
3pkgname=rclone-sync-timer
4pkgver=1.0.0
5pkgrel=2
6pkgdesc="systemd user units to periodically sync rclone remotes to local directories"
7arch=('any')
8url="https://aur.archlinux.org/packages/rclone-sync-timer"
9license=('0BSD')
10depends=('rclone')
11install=rclone-sync-timer.install
12source=("rclone-sync@.service"
13 "rclone-sync@.timer"
14 "example.conf"
15 "README.md"
16 "LICENSE")
17# Local files from this AUR repo, nothing is downloaded.
18sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
19
20package() {
21 install -Dm644 rclone-sync@.service \
22 "$pkgdir/usr/lib/systemd/user/rclone-sync@.service"
23 install -Dm644 rclone-sync@.timer \
24 "$pkgdir/usr/lib/systemd/user/rclone-sync@.timer"
25
26 install -Dm644 example.conf \
27 "$pkgdir/usr/share/doc/$pkgname/example.conf"
28 install -Dm644 README.md \
29 "$pkgdir/usr/share/doc/$pkgname/README.md"
30 install -Dm644 LICENSE \
31 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-11 03:21:42 Low 1
2026-09-11 01:21:31 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