octomind
LOW
maintainer Giovani_Geek
0 votes
scanned 2026-09-05 09:59:47.702300
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
# shellcheck disable=SC2034,SC2154,SC2164
2
# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4
pkgname=octomind
5
pkgver=0.36.0
6
pkgrel=1
7
pkgdesc="Session-based AI development assistant with conversational codebase interaction and multi-provider AI integration"
8
arch=('x86_64')
9
url="https://github.com/muvon/octomind"
10
license=('Apache-2.0')
11
depends=()
12
makedepends=('cargo')
13
_tag="0.36.0"
14
_srcdir="octomind-0.36.0"
15
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/muvon/octomind/tar.gz/refs/tags/$_tag")
16
sha256sums=('cb4ddc470d2534c271db2a4165214353070070f371fefce7e84dd3b6be0aeab2')
17
18
build() {
19
cd "$_srcdir"
20
export RUSTUP_TOOLCHAIN=stable
21
cargo build --release --locked
22
}
23
24
package() {
25
cd "$_srcdir"
26
install -Dm755 "target/release/octomind" "$pkgdir/usr/bin/octomind"
27
if [ -f LICENSE ]; then
28
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
29
fi
30
if [ -f README.md ]; then
31
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
32
fi
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 09:59:47 | Low | 1 |