matsya-namaste

maintainer misternegative · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a source tarball hosted on the project's own GitHub repository; the 'SKIP' checksum is a quality issue but the source is from a plausibly legitimate project host, and only data files and desktop entries are installed, posing minimal risk.

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 a source tarball hosted on the project's own GitHub repository; the 'SKIP' checksum is a quality issue but the source is from a plausibly legitimate project host, and only data files and desktop entries are installed, posing minimal risk.

PKGBUILD

1# Maintainer: MISTER NEGATIVE <misternegative21@gmail.com>
2
3pkgname=matsya-namaste
4pkgver=23.01
5pkgrel=1
6pkgdesc="Welcome Application for Matsya OS"
7arch=('any')
8url="https://github.com/MatsyaOs/matsya-namaste"
9license=('GPL-2.0-only')
10depends=()
11makedepends=()
12source=("$url/archive/v$pkgver.tar.gz")
13sha256sums=('SKIP')
14
15destdir="/usr/share/matsya"
16destdir_desktop="/etc/xdg/autostart"
17destdir_icon="/usr/share/icons/hicolor/64x64/apps"
18
19package() {
20 cd matsya-namaste-$pkgver
21 mkdir -p "${pkgdir}"/{"${destdir}","${destdir_desktop}","${destdir_icon}"}
22 mkdir -p "${pkgdir}"/usr/share/applications
23 cp -r ./data/. "${pkgdir}${destdir}"
24 cp ./data/Welcome.desktop "${pkgdir}${destdir_desktop}"
25 cp ./data/Welcome.desktop "${pkgdir}"/usr/share/applications
26 install -Dm644 ./data/matsya.svg "${pkgdir}${destdir_icon}"
27 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
28 install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
29}
30

Scan history

Scanned at (UTC)SeverityRules
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 21:16:48 LOW 2

Report a package

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

0 / 4000
Your suggestion