rclone-sync-timer
LOW
maintainer imjiaoyuan
0 votes
scanned 2026-09-11 03:21:42.536508
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
3
pkgname=rclone-sync-timer
4
pkgver=1.0.0
5
pkgrel=2
6
pkgdesc="systemd user units to periodically sync rclone remotes to local directories"
7
arch=('any')
8
url="https://aur.archlinux.org/packages/rclone-sync-timer"
9
license=('0BSD')
10
depends=('rclone')
11
install=rclone-sync-timer.install
12
source=("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.
18
sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
19
20
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-11 03:21:42 | Low | 1 |
| 2026-09-11 01:21:31 | Low | 1 |