astronex

LOW
maintainer Uthopik 0 votes scanned 2026-08-20 17:11:42.006138
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: Uthopik <josearrillaga@ik.me>
2pkgname=astronex
3pkgver=2.1
4pkgrel=1
5pkgdesc="An astrology program for calculating and drawing charts according to the API Method. Used in Huber method. Python 3 version."
6arch=('any')
7url="https://github.com/Uthopik/astronex-python-3"
8license=('GPL-3.0-only')
9depends=(
10 'python'
11 'python-gobject'
12 'python-cairo'
13 'gtk3'
14 'pyswisseph'
15 'python-configobj'
16 'python-pillow'
17 'python-tzdata'
18)
19makedepends=('git')
20provides=("${pkgname}")
21conflicts=("${pkgname}")
22source=("git+${url}.git")
23sha256sums=('SKIP')
24
25package() {
26 cd "astronex-python-3"
27
28 # 1. Copiar el paquete 'astronex' (que incluye locale, resources, gui, etc.) y nex.py
29 install -dm755 "${pkgdir}/usr/share/astronex"
30 cp -r astronex nex.py pysw.py "${pkgdir}/usr/share/astronex/"
31
32 # 2. Instalar la fuente astrológica en el sistema
33 install -Dm644 astronex/resources/Astro-Nex.ttf \
34 "${pkgdir}/usr/share/fonts/TTF/Astro-Nex.ttf"
35
36 # 3. Lanzador ejecutable en /usr/bin/astronex
37 install -dm755 "${pkgdir}/usr/bin"
38 cat << 'EOF' > "${pkgdir}/usr/bin/astronex"
39#!/bin/sh
40cd /usr/share/astronex
41exec python3 nex.py "$@"
42EOF
43 chmod 755 "${pkgdir}/usr/bin/astronex"
44
45 # 4. Acceso directo .desktop e icono del sistema
46 install -Dm644 astronex/resources/astronex.png \
47 "${pkgdir}/usr/share/pixmaps/astronex.png"
48
49 install -dm755 "${pkgdir}/usr/share/applications"
50 cat << 'EOF' > "${pkgdir}/usr/share/applications/astronex.desktop"
51[Desktop Entry]
52Name=Astro-Nex
53Comment=Astrological calculation software
54Exec=astronex
55Icon=astronex
56Terminal=false
57Type=Application
58Categories=Education;Science;
59EOF
60}

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 17:11:42 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