ganjoorand

LOW
maintainer rezahosseinzadeh 0 votes scanned 2026-09-13 19:15:06.142757
View on AUR
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: رضا حسین‌زاده <rezahosseinzadeh@riseup.net>
2pkgname=ganjoorand
3pkgver=0.0.5
4pkgrel=1
5pkgdesc="A GTK 4 client for a random poem from Ganjoor"
6arch=('any')
7url="https://framagit.org/RZHSSNZDH/gganjoorand"
8license=('GPL3')
9depends=('python' 'gtk4' 'libadwaita' 'python-gobject')
10makedepends=('git')
11source=("$pkgname::git+https://framagit.org/RZHSSNZDH/gganjoorand.git#tag=$pkgver")
12sha256sums=('SKIP')
13
14package() {
15 cd "$srcdir/$pkgname"
16
17 install -d "$pkgdir/usr/share/ganjoorand"
18 cp -r ganjoorand "$pkgdir/usr/share/ganjoorand/"
19 install -m 644 ganjoorand.py "$pkgdir/usr/share/ganjoorand/"
20 rm -rf "$pkgdir/usr/share/ganjoorand/ganjoorand/__pycache__"
21
22 install -d "$pkgdir/usr/bin"
23 cat > "$pkgdir/usr/bin/ganjoorand" <<'EOF'
24#!/bin/sh
25exec python3 /usr/share/ganjoorand/ganjoorand.py "$@"
26EOF
27 chmod 755 "$pkgdir/usr/bin/ganjoorand"
28
29 install -d "$pkgdir/usr/share/applications"
30 install -m 644 io.frama.rzhssnzdh.gganjoorand.desktop \
31 "$pkgdir/usr/share/applications/"
32
33 install -d "$pkgdir/usr/share/icons/hicolor/512x512/apps"
34 install -m 644 ganjoorand/io.frama.rzhssnzdh.gganjoorand.png \
35 "$pkgdir/usr/share/icons/hicolor/512x512/apps/"
36
37 install -d "$pkgdir/usr/share/licenses/$pkgname"
38 install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/"
39}
40

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 19:15:06 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