jadart

LOW
maintainer lapsus 0 votes scanned 2026-09-09 21:20:09.481250
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: Yakov Till <yakov.till@gmail.com>
2pkgname=jadart
3pkgver=1.1.0
4pkgrel=1
5pkgdesc="Decompiler for Flutter and Dart AOT snapshots. Recovers the class tree, method bodies, strings and const tables from a stripped libapp.so"
6arch=('any')
7url="https://github.com/IR0NBYTE/Jadart"
8license=('MIT')
9depends=('python' 'python-capstone')
10makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
11source=("${pkgname}-${pkgver}.tar.gz::https://github.com/IR0NBYTE/Jadart/archive/refs/tags/v${pkgver}.tar.gz")
12sha256sums=('cb83c063178413d2536b16d0a842454f6d7abc58ba5224dfc276e7502dee5c32')
13
14latestver() {
15 curl -fsSL "https://api.github.com/repos/IR0NBYTE/Jadart/releases/latest" |
16 jq -r '.tag_name // empty' | sed 's/^v//'
17}
18
19build() {
20 cd "$srcdir/Jadart-${pkgver}/framework"
21 python -m build --wheel --no-isolation
22}
23
24package() {
25 cd "$srcdir/Jadart-${pkgver}/framework"
26 python -m installer --destdir="$pkgdir" dist/*.whl
27 install -Dm644 "$srcdir/Jadart-${pkgver}/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-09-09 21:20:09 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