lib32-libvolt
LOW
maintainer yochananmarqos
0 votes
scanned 2026-08-24 17:24:12.078683
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>
2
pkgname=lib32-libvolt
3
pkgver=2.0.2
4
pkgrel=1
5
pkgdesc="32-bit library for volt-gui"
6
arch=('x86_64')
7
url="https://github.com/pythonlover02/volt-gui"
8
license=('GPL-3.0-or-later')
9
depends=(
10
"volt-gui=$pkgver"
11
'lib32-glibc'
12
'lib32-gcc-libs'
13
'lib32-vulkan-icd-loader'
14
)
15
makedepends=('rustup')
16
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
17
sha256sums=('448ed7aed0689547c18cd99318b2e45afb88695063833163ce19b9ae7a7f5c07')
18
19
prepare() {
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
26
build() {
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
37
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-24 17:24:12 | Low | 1 |