stayorganised-git

CLEAN
maintainer nathanchere 0 votes scanned 2026-09-18 00:17:11.210425
View on AUR

Triggered rules

Clean AI review downgraded a static finding llm_review

The static rules flagged this LOW, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it CLEAN (confidence 95%): The package builds from a legitimate GitLab source repository owned by the maintainer, with no remote code execution, obfuscated downloads, or untrusted prebuilt binaries; the low vote count and recent upload are not inherent security risks.

1 higher static finding superseded - not the current verdict (shown for transparency)
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: Nathan Chere <aur@nathanchere.com.au>
2pkgname=stayorganised-git
3appname=stayorganised
4pkgver=0.3.3.r1.g8f13216
5pkgrel=1
6pkgdesc="Calendar-first personal agenda manager designed to replace Google Calendar, Outlook etc (git version)"
7arch=('x86_64')
8url="https://gitlab.com/nathanchere/stayorganised"
9license=('Apache-2.0')
10depends=('fmt' 'layer-shell-qt' 'qt6-base' 'qt6-svg' 'qt6-wayland' 'qtkeychain-qt6' 'spdlog' 'wayland')
11makedepends=('cmake' 'git' 'ninja' 'pkgconf' 'wayland-protocols')
12provides=('stayorganised')
13conflicts=('stayorganised')
14source=("${appname}::git+https://gitlab.com/nathanchere/stayorganised.git#branch=master")
15sha256sums=('SKIP')
16
17pkgver() {
18 cd "$srcdir/$appname"
19 git describe --long --tags --abbrev=7 --match 'v[0-9]*' |
20 sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
21}
22
23build() {
24 cmake -S "$srcdir/$appname" -B build -G Ninja \
25 -DCMAKE_BUILD_TYPE=None \
26 -DCMAKE_INSTALL_PREFIX=/usr
27 cmake --build build
28}
29
30check() {
31 ctest --test-dir build --output-on-failure
32}
33
34package() {
35 DESTDIR="$pkgdir" cmake --install build
36
37 install -Dm644 "$srcdir/$appname/resources/icons/tray.svg" \
38 "$pkgdir/usr/share/icons/hicolor/scalable/apps/stayorganised.svg"
39 install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/stayorganised.desktop" <<'EOF'
40[Desktop Entry]
41Type=Application
42Name=StayOrganised
43Comment=Calendar-first personal agenda manager designed to replace Google Calendar, Outlook etc
44Exec=stayorganised
45Icon=stayorganised
46Terminal=false
47Categories=Office;Calendar;Contacts;Email
48EOF
49 install -Dm644 "$srcdir/$appname/LICENSE" \
50 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
51}
52

Scan history

Scanned at (UTC)SeverityRules
2026-09-18 00:17:11 Clean 2
2026-09-17 21:26:26 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