lib32-libvolt

LOW
maintainer yochananmarqos 0 votes scanned 2026-08-24 17:24:12.078683
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: Mark Wagie <mark dot wagie at proton dot me>
2pkgname=lib32-libvolt
3pkgver=2.0.2
4pkgrel=1
5pkgdesc="32-bit library for volt-gui"
6arch=('x86_64')
7url="https://github.com/pythonlover02/volt-gui"
8license=('GPL-3.0-or-later')
9depends=(
10 "volt-gui=$pkgver"
11 'lib32-glibc'
12 'lib32-gcc-libs'
13 'lib32-vulkan-icd-loader'
14)
15makedepends=('rustup')
16source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
17sha256sums=('448ed7aed0689547c18cd99318b2e45afb88695063833163ce19b9ae7a7f5c07')
18
19prepare() {
20 cd "volt-gui-$pkgver"
21 export RUSTUP_TOOLCHAIN=stable
22 rustup target add i686-unknown-linux-gnu
23 cargo fetch --manifest-path volt/Cargo.toml --locked --target i686-unknown-linux-gnu
24}
25
26build() {
27 cd "volt-gui-$pkgver/volt"
28 export RUSTUP_TOOLCHAIN=stable
29 export CARGO_TARGET_DIR=target
30 export CC="gcc -m32"
31 export CXX="g++ -m32"
32 export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
33 export LLVM_CONFIG="/usr/bin/llvm-config32"
34 cargo build --frozen --release --lib --target i686-unknown-linux-gnu
35}
36
37package() {
38 cd "volt-gui-$pkgver"
39 install -Dm755 volt/target/i686-unknown-linux-gnu/release/libvolt.so \
40 "$pkgdir/usr/lib32/libvolt.so"
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-08-24 17:24:12 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