lib32-libproxy
LOW
maintainer orphaned
0 votes
scanned 2026-08-23 11:20:29.798052
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: Maxime Gauduin <alucryd@archlinux.org>
2
# Contributor: TryA <tryagainprod@gmail.com>
3
# Contributor: Jan de Groot <jgc@archlinux.org>
4
# Contributor: josephgbr <rafael.f.f1@gmail.com>
5
6
pkgbase=lib32-libproxy
7
pkgname=(
8
lib32-libproxy
9
)
10
pkgver=0.5.12
11
pkgrel=1
12
pkgdesc="Automatic proxy configuration management library (32-bit)"
13
url="https://libproxy.github.io/libproxy/"
14
arch=(x86_64)
15
license=(LGPL-2.1-or-later)
16
depends=(
17
lib32-curl
18
lib32-duktape
19
lib32-gcc-libs
20
lib32-glib2
21
lib32-glibc
22
libproxy
23
)
24
makedepends=(
25
git
26
gsettings-desktop-schemas
27
meson
28
)
29
source=(
30
"git+https://github.com/libproxy/libproxy#tag=$pkgver"
31
)
32
b2sums=('aa049e4f7f37683b5c64e35770e9c3e5463d4fcf81e259c9bbd2facbd34f2eec46f28a455d9252bef475bf33bf39c70fa274a8470f5c6279f5e9e1c2de1e04b9')
33
34
prepare() {
35
cd libproxy
36
}
37
38
build() {
39
local meson_options=(
40
--cross-file lib32
41
-D docs=false
42
-D introspection=false
43
-D release=true
44
-D vapi=false
45
)
46
47
arch-meson libproxy build "${meson_options[@]}"
48
meson compile -C build
49
}
50
51
check() {
52
meson test -C build --print-errorlogs
53
}
54
55
package_lib32-libproxy() {
56
provides=(libproxy.so)
57
conflicts=()
58
59
meson install -C build --destdir "$pkgdir"
60
rm -r "$pkgdir"/usr/{bin,include,share}
61
}
62
63
# vim:set sw=2 sts=-1 et:
64
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 11:20:29 | Low | 1 |