victoriatraces

LOW
maintainer angelo-f 0 votes scanned 2026-09-06 11:10:51.811965
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: Angelo Fallaria <ba.fallaria+aur@gmail.com>
2pkgname=victoriatraces
3pkgver=0.11.0
4pkgrel=1
5pkgdesc="Fast and easy to use database for traces that can handle terabytes of trace spans."
6arch=('x86_64' 'aarch64')
7url="https://docs.victoriametrics.com/victoriatraces/"
8license=('Apache-2.0')
9depends=(glibc)
10makedepends=(go)
11provides=('victoriatraces')
12conflicts=('victoriatraces')
13backup=('etc/default/victoriatraces')
14install=victoriatraces.install
15source=("$pkgname-$pkgver.tar.gz::https://github.com/VictoriaMetrics/VictoriaTraces/archive/refs/tags/v$pkgver.tar.gz"
16 "victoriatraces.service"
17 "victoriatraces.default")
18sha256sums=('f1bba5c80f8253ddf5af0bae86671d19146c4802611c6ca7a72a2bbc6fc66486'
19 'b46538d2ac4c3a3c8f8df0c9041b0c5d33f735d33e04141aa88bf1bf0318999e'
20 '0fc91310e2c3140bd90b2fad62f497d8e7432cf3a2a8ab3a034b45958e01012a')
21
22build() {
23 cd "${srcdir}/VictoriaTraces-$pkgver"
24 export CGO_CPPFLAGS="${CPPFLAGS}"
25 export CGO_CFLAGS="${CFLAGS}"
26 export CGO_CXXFLAGS="${CXXFLAGS}"
27 export CGO_LDFLAGS="${LDFLAGS}"
28
29 go build -trimpath \
30 -buildmode=pie \
31 -mod=readonly \
32 -modcacherw \
33 -ldflags "-linkmode external -X github.com/VictoriaMetrics/VictoriaMetrics/lib/buildinfo.Version=$pkgver" \
34 -o bin/ \
35 ./app/victoria-traces ./app/vtagent
36}
37
38package(){
39 install -Dm755 "${srcdir}/VictoriaTraces-$pkgver/bin/victoria-traces" "$pkgdir/usr/bin/victoriatraces"
40 install -Dm755 "${srcdir}/VictoriaTraces-$pkgver/bin/vtagent" "$pkgdir/usr/bin/vtagent"
41 install -Dm644 "${srcdir}/victoriatraces.service" "${pkgdir}/usr/lib/systemd/system/victoriatraces.service"
42 install -Dm644 "${srcdir}/victoriatraces.default" "${pkgdir}/etc/default/victoriatraces"
43}
44

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 11:10:51 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