libundr

LOW
maintainer caskstrength 1 votes scanned 2026-09-03 01:51:44.694687
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: caskstrength
2
3pkgname=libundr
4pkgver=0.6.0
5pkgrel=1
6pkgdesc="C library with multiple utilities"
7arch=('x86_64' 'aarch64')
8url="https://codeberg.org/caskstrength/libundr"
9license=('MIT')
10depends=('glibc' 'openssl')
11makedepends=('git' 'gcc' 'make')
12provides=('undr')
13conflicts=('undr')
14source=("$pkgname::git+$url.git#tag=$pkgver")
15sha512sums=('7c611715880b34fe4263aa624cbd740fa02565a7db9c8faf7a5b9b2e39649ea5ac577b82255ae72746b8a71881c5f4ef03be823171b85fbb1456d279924740f8')
16
17build() {
18 cd "${pkgname}"
19 make CFLAGS="-Wall -Wextra -g -std=c23 -pedantic -Iinclude -fPIC -lcrypto" libundr.so
20}
21
22package() {
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)SeverityRules
2026-09-03 01:51:44 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