lib32-libsodium
LOW
maintainer orphaned
0 votes
scanned 2026-08-23 13:20:29.873780
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: oi_wtf <brainpower@mailbox.org>
3
# Contributor: Felix Yan <felixonmars@archlinux.org>
4
# Contributor: namelessjon <jonathan.stott@gmail.com>
5
# Contributor: Alessio Sergi <asergi@archlinux.us>
6
7
pkgname=lib32-libsodium
8
pkgver=1.0.22
9
pkgrel=1
10
pkgdesc='A modern, portable, easy to use crypto library'
11
arch=(x86_64)
12
url='https://github.com/jedisct1/libsodium'
13
license=(custom:ISC)
14
depends=(
15
lib32-glibc
16
libsodium
17
)
18
makedepends=(git)
19
provides=('libsodium.so')
20
_tag=bc5892beb87c388e123baa7c8f4862f30d9206a7
21
source=(git+https://github.com/jedisct1/libsodium.git#tag=${_tag})
22
b2sums=('6711197c82da7bfaf6afd5e2a9895c28fb070325adfec7d0b687d9185febf217fadb18422ce397f3d39ee8b2b563685950fb5ee13d5d3e25e6a56ba81ca7fc82')
23
24
prepare() {
25
cd libsodium
26
./autogen.sh
27
}
28
29
pkgver() {
30
cd libsodium
31
git describe --tags | sed 's/-RELEASE//'
32
}
33
34
build() {
35
cd libsodium
36
export CC='gcc -m32'
37
export PKG_CONFIG_LIBDIR=/usr/lib32/pkgconfig
38
39
./configure \
40
--prefix=/usr \
41
--libdir=/usr/lib32
42
make
43
}
44
45
package() {
46
cd libsodium
47
make DESTDIR="${pkgdir}" install
48
rm -rf "${pkgdir}"/{etc,usr/{bin,lib,include,share}}
49
install -dm 755 "${pkgdir}"/usr/share/licenses
50
ln -s libsodium "${pkgdir}"/usr/share/licenses/lib32-libsodium
51
}
52
53
# vim:set ts=2 sw=2 et:
54
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 13:20:29 | Low | 1 |