rusthound-ce

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