neovibe-git

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