neoclock
maintainer neop-systems
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from source hosted on the project's own GitHub repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
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.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from source hosted on the project's own GitHub repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: neop <lacorteernest@gmail.com>
2
pkgname=neoclock
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Lightweight and simple clock app with GTK4 support, timer, alarm, and system tray"
6
arch=('x86_64')
7
url="https://github.com/neops-system/neoclock"
8
license=('MIT')
9
depends=('gtk4' 'libadwaita')
10
makedepends=('cargo' 'rust')
11
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12
sha256sums=('SKIP')
13
14
prepare() {
15
cd "$pkgname-$pkgver"
16
export RUSTUP_TOOLCHAIN=stable
17
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
18
}
19
20
build() {
21
cd "$pkgname-$pkgver"
22
export RUSTUP_TOOLCHAIN=stable
23
export CARGO_TARGET_DIR=target
24
cargo build --frozen --release
25
}
26
27
package() {
28
cd "$pkgname-$pkgver"
29
install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
30
install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
31
install -Dm644 "assets/com.neops.neoclock.metainfo.xml" \
32
"$pkgdir/usr/share/metainfo/com.neops.neoclock.metainfo.xml"
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 21:14:52 | LOW | 2 |