libundr
LOW
maintainer caskstrength
1 votes
scanned 2026-09-03 01:51:44.694687
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: caskstrength
2
3
pkgname=libundr
4
pkgver=0.6.0
5
pkgrel=1
6
pkgdesc="C library with multiple utilities"
7
arch=('x86_64' 'aarch64')
8
url="https://codeberg.org/caskstrength/libundr"
9
license=('MIT')
10
depends=('glibc' 'openssl')
11
makedepends=('git' 'gcc' 'make')
12
provides=('undr')
13
conflicts=('undr')
14
source=("$pkgname::git+$url.git#tag=$pkgver")
15
sha512sums=('7c611715880b34fe4263aa624cbd740fa02565a7db9c8faf7a5b9b2e39649ea5ac577b82255ae72746b8a71881c5f4ef03be823171b85fbb1456d279924740f8')
16
17
build() {
18
cd "${pkgname}"
19
make CFLAGS="-Wall -Wextra -g -std=c23 -pedantic -Iinclude -fPIC -lcrypto" libundr.so
20
}
21
22
package() {
23
cd "${pkgname}"
24
25
install -d "${pkgdir}/usr/include/undr"
26
install -d "${pkgdir}/usr/lib"
27
28
install -m644 include/undr/*.h "${pkgdir}/usr/include/undr/"
29
30
install -m755 libundr.so "${pkgdir}/usr/lib/libundr.so.${pkgver}"
31
ln -s "libundr.so.${pkgver}" "${pkgdir}/usr/lib/libundr.so"
32
33
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-03 01:51:44 | Low | 1 |