neovibe-git
LOW
maintainer huntergrey
0 votes
scanned 2026-09-06 07:10:31.945140
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: Hunter Grey <grey@huntergrey.cn>
2
3
pkgname=neovibe-git
4
pkgver=r5.855492d
5
pkgrel=1
6
pkgdesc="Lightweight IDE embedding Neovide/Neovim in a GTK4 shell with an AI agent panel (pre-alpha, feasibility-validation stage)"
7
arch=('x86_64')
8
url="https://github.com/HunterGrey-cyber/neovibe"
9
license=('MIT')
10
depends=('gtk4' 'webkitgtk-6.0' 'neovim')
11
makedepends=('git' 'cargo')
12
provides=('neovibe')
13
conflicts=('neovibe')
14
source=("$pkgname::git+https://github.com/HunterGrey-cyber/neovibe.git")
15
sha256sums=('SKIP')
16
17
pkgver() {
18
cd "$pkgname"
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
}
21
22
prepare() {
23
cd "$pkgname"
24
git submodule update --init --recursive
25
}
26
27
build() {
28
cd "$pkgname"
29
export RUSTUP_TOOLCHAIN=stable
30
cargo build --release --manifest-path poc/Cargo.toml -p shell_composed
31
}
32
33
package() {
34
cd "$pkgname"
35
install -Dm755 poc/target/release/shell_composed "$pkgdir/usr/bin/neovibe"
36
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
37
}
38
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 07:10:31 | Low | 1 |