basalt-launcher-dev-bin
maintainer MegalithOfficial
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt .deb from the project's official GitHub releases, which is a normal distribution method; the source is verifiable via checksum and hosted on a trusted platform, posing no active threat.
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 installs a prebuilt .deb from the project's official GitHub releases, which is a normal distribution method; the source is verifiable via checksum and hosted on a trusted platform, posing no active threat.
PKGBUILD
1
# Maintainer: MegalithOfficial <gekocakaya@gmail.com>
2
pkgname=basalt-launcher-dev-bin
3
pkgver=1.0.0.dev.5.1
4
pkgrel=1
5
pkgdesc="A polished Minecraft launcher with practical instance and content management (development build)"
6
arch=('x86_64')
7
url="https://github.com/MegalithOfficial/basalt-launcher"
8
license=('GPL-3.0-only')
9
depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup3' 'pango' 'webkit2gtk-4.1')
10
makedepends=('libarchive')
11
provides=('basalt-launcher')
12
conflicts=('basalt-launcher' 'basalt-launcher-bin')
13
options=('!strip' '!debug')
14
source_x86_64=("${pkgname}-${pkgver}.deb::https://github.com/MegalithOfficial/basalt-launcher/releases/download/v1.0.0-dev.5.1/Basalt.Launcher_1.0.0_amd64.deb")
15
sha256sums_x86_64=('4296b017dc6c12669780e03f40313a3c913d5b6a6a66901d9d6f57708128745a')
16
17
package() {
18
bsdtar -xf "${pkgname}-${pkgver}.deb"
19
bsdtar -xf data.tar.* -C "${pkgdir}"
20
mv "${pkgdir}/usr/share/applications/Basalt Launcher.desktop" \
21
"${pkgdir}/usr/share/applications/basalt-launcher.desktop"
22
}
23
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 23:19:22 | LOW | 2 |
| 2026-07-31 19:18:43 | LOW | 2 |