oroboros
LOW
maintainer Uthopik
0 votes
scanned 2026-09-07 03:13:17.703764
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>
2
3
pkgname=oroboros
4
pkgver=20260906
5
pkgrel=1
6
pkgdesc="Open source astrology software written in Python"
7
arch=('any')
8
url="https://github.com/Uthopik/oroboros-astrology"
9
license=('GPL-3.0-only')
10
depends=('python' 'python-pyqt5' 'pyswisseph' 'python-pytz' 'python-docutils')
11
optdepends=('limnoria: IRC bot integration support')
12
makedepends=('python-setuptools' 'git')
13
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
14
sha256sums=('09b258c9580f45cca1d71522005be131da9b0fe7caa48a7c381230c2eafe9bfc')
15
16
build() {
17
cd "$pkgname-astrology-$pkgver"
18
python setup.py build
19
}
20
21
package() {
22
cd "$pkgname-astrology-$pkgver"
23
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
24
25
# Instalar los archivos de efemérides en la ruta compartida
26
install -d "$pkgdir/usr/share/$pkgname/ephe"
27
if [ -d "bin/ephe" ]; then
28
cp -r bin/ephe/* "$pkgdir/usr/share/$pkgname/ephe/"
29
fi
30
}
31
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-07 03:13:17 | Low | 1 |