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
3
pkgname=matsya-namaste
4
pkgver=23.01
5
pkgrel=1
6
pkgdesc="Welcome Application for Matsya OS"
7
arch=('any')
8
url="https://github.com/MatsyaOs/matsya-namaste"
9
license=('GPL-2.0-only')
10
depends=()
11
makedepends=()
12
source=("$url/archive/v$pkgver.tar.gz")
13
sha256sums=('SKIP')
14
15
destdir="/usr/share/matsya"
16
destdir_desktop="/etc/xdg/autostart"
17
destdir_icon="/usr/share/icons/hicolor/64x64/apps"
18
19
package() {
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) | 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 21:16:48 | LOW | 2 |