rusthound-ce
LOW
maintainer leonidlednev
0 votes
scanned 2026-09-11 21:24:02.517890
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: Leonid Lednev <leonidledn at gmail dot com>
2
pkgname="rusthound-ce"
3
pkgver=2.5.13
4
pkgrel=1
5
pkgdesc="BloodHound CE collector written in Rust"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/g0h4n/$pkgname"
8
license=('MIT')
9
depends=(
10
'glibc'
11
'libgcc'
12
'krb5'
13
)
14
makedepends=(
15
'rust'
16
'clang'
17
'git'
18
)
19
source=("git+$url#tag=v$pkgver")
20
b2sums=('dcb06b90d52cc8ca154d869fda68c2c25c543dda4833160b0114fbe29c5f67f937f2f98fd5009d0045c501917aa8d0340e7f20cbdc04c7c2f8e718baf1975e07')
21
options=('!lto')
22
23
prepare() {
24
cd "$pkgname"
25
cargo fetch --locked --target host-tuple
26
}
27
28
build() {
29
cd "$pkgname"
30
export CARGO_TARGET_DIR=target
31
cargo b --frozen -r
32
}
33
34
check() {
35
cd "$pkgname"
36
export CARGO_TARGET_DIR=target
37
cargo t --frozen --no-fail-fast -r
38
}
39
40
package() {
41
cd "$pkgname"
42
install -Dm0755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
43
install -Dm0644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
44
}
45
46
# vim: ts=2 sw=2 syntax=PKGBUILD et:
47
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-11 21:24:02 | Low | 1 |