lib32-libsodium

LOW
maintainer orphaned 0 votes scanned 2026-08-23 13:20:29.873780
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: 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
7pkgname=lib32-libsodium
8pkgver=1.0.22
9pkgrel=1
10pkgdesc='A modern, portable, easy to use crypto library'
11arch=(x86_64)
12url='https://github.com/jedisct1/libsodium'
13license=(custom:ISC)
14depends=(
15 lib32-glibc
16 libsodium
17)
18makedepends=(git)
19provides=('libsodium.so')
20_tag=bc5892beb87c388e123baa7c8f4862f30d9206a7
21source=(git+https://github.com/jedisct1/libsodium.git#tag=${_tag})
22b2sums=('6711197c82da7bfaf6afd5e2a9895c28fb070325adfec7d0b687d9185febf217fadb18422ce397f3d39ee8b2b563685950fb5ee13d5d3e25e6a56ba81ca7fc82')
23
24prepare() {
25 cd libsodium
26 ./autogen.sh
27}
28
29pkgver() {
30 cd libsodium
31 git describe --tags | sed 's/-RELEASE//'
32}
33
34build() {
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
45package() {
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)SeverityRules
2026-08-23 13:20:29 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