profilecli-bin
LOW
maintainer prochac
0 votes
scanned 2026-08-20 01:42:48.230657
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: Tomáš Karela Procházka <tomas.prochazka5d@gmail.com>
2
3
pkgname=profilecli-bin
4
_pkgname=profilecli
5
pkgver=2.2.1
6
pkgrel=1
7
pkgdesc='CLI for Grafana Pyroscope, the continuous profiling aggregation system (static binary)'
8
arch=('x86_64' 'aarch64')
9
url='https://github.com/grafana/pyroscope'
10
license=('AGPL-3.0-only')
11
provides=("$_pkgname=$pkgver")
12
conflicts=("$_pkgname")
13
options=(!strip !debug)
14
15
_url_base="https://github.com/grafana/pyroscope/releases/download/v$pkgver"
16
17
source_x86_64=("$_pkgname-$pkgver-x86_64.tar.gz::$_url_base/${_pkgname}_${pkgver}_linux_amd64.tar.gz")
18
source_aarch64=("$_pkgname-$pkgver-aarch64.tar.gz::$_url_base/${_pkgname}_${pkgver}_linux_arm64.tar.gz")
19
20
sha256sums_x86_64=('13da7a181c45c9058b9fc2cb8914635a6b161e1a4b24ddd2c8fbaa8075566b78')
21
sha256sums_aarch64=('a35a2f13e82a8dd76b84588e853586124804d20c409969979ef51c55d74fb1f9')
22
23
build() {
24
cd "$srcdir"
25
26
# kingpin derives the completion function and `complete` target names from
27
# basename($0). The tarball already unpacks the binary as `profilecli`, so
28
# these must be generated from it in place — do not rename it first.
29
./"$_pkgname" --completion-script-bash >"$_pkgname.bash"
30
./"$_pkgname" --completion-script-zsh >"_$_pkgname"
31
}
32
33
package() {
34
cd "$srcdir"
35
36
install -Dm755 "$_pkgname" "$pkgdir/usr/bin/$_pkgname"
37
38
install -Dm644 "$_pkgname.bash" "$pkgdir/usr/share/bash-completion/completions/$_pkgname"
39
install -Dm644 "_$_pkgname" "$pkgdir/usr/share/zsh/site-functions/_$_pkgname"
40
41
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
42
}
43
44
# vim:set ts=2 sw=2 et:
45
Changes since previous scan
--- PKGBUILD @ 2026-08-14 00:03+++ PKGBUILD @ 2026-08-20 01:42@@ -2,7 +2,7 @@ pkgname=profilecli-bin _pkgname=profilecli-pkgver=2.2.0+pkgver=2.2.1 pkgrel=1 pkgdesc='CLI for Grafana Pyroscope, the continuous profiling aggregation system (static binary)' arch=('x86_64' 'aarch64')@@ -17,8 +17,8 @@ source_x86_64=("$_pkgname-$pkgver-x86_64.tar.gz::$_url_base/${_pkgname}_${pkgver}_linux_amd64.tar.gz") source_aarch64=("$_pkgname-$pkgver-aarch64.tar.gz::$_url_base/${_pkgname}_${pkgver}_linux_arm64.tar.gz") -sha256sums_x86_64=('b26424d2084e748d854db308a6f601c8dedf02761ba69b65ae62f141ffd43c69')-sha256sums_aarch64=('c501feeba9b02de1dc4eca7ee6f33612a62967d6fae1fb3e4d9353e52aa6ddab')+sha256sums_x86_64=('13da7a181c45c9058b9fc2cb8914635a6b161e1a4b24ddd2c8fbaa8075566b78')+sha256sums_aarch64=('a35a2f13e82a8dd76b84588e853586124804d20c409969979ef51c55d74fb1f9') build() { cd "$srcdir"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 01:42:48 | Low | 1 |
| 2026-08-14 00:03:41 | Clean | 2 |
| 2026-08-13 01:25:20 | Low | 1 |