openrdap
LOW
maintainer inventor500
0 votes
scanned 2026-09-21 13:34:51.671275
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: Isaac Ganoung <inventor500@vivaldi.net>
2
pkgname=openrdap
3
_pkgname=rdap
4
pkgver=0.10.2
5
pkgrel=1
6
pkgdesc="A command line RDAP client implementation in Go."
7
license=("MIT")
8
arch=("x86_64" "aarch64")
9
url="https://www.openrdap.org/"
10
makedepends=("go")
11
depends=("glibc")
12
source=("https://github.com/${pkgname}/${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
13
sha256sums=('90c8ad29468cfb774c166a371b164c1e2a37de088e52328f4b9d5c80c0e23d98')
14
15
16
prepare() {
17
cd "${srcdir}/${_pkgname}-${pkgver}/cmd/${_pkgname}"
18
export GOPATH="${srcdir}"
19
go mod download -modcacherw
20
}
21
22
build() {
23
cd "${srcdir}/${_pkgname}-${pkgver}/cmd/${_pkgname}"
24
export CGO_LDFLAGS="${LDFLAGS}"
25
go build \
26
-trimpath \
27
-buildmode=pie \
28
-mod=readonly \
29
-modcacherw \
30
-ldflags="-linkmode external" \
31
-v
32
}
33
34
package() {
35
# Installing as openrdap instead of rdap prevents conflicts with other implementations.
36
install -Dm755 "${srcdir}/${_pkgname}-${pkgver}/cmd/${_pkgname}/${_pkgname}" "${pkgdir}/usr/bin/${pkgname}"
37
}
38
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 13:34:51 | Low | 1 |