neovide-nightly-bin
LOW
maintainer Kritiqual
0 votes
scanned 2026-09-10 19:21:16.599387
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: Kritiqual
2
pkgname=neovide-nightly-bin
3
pkgver=nightly.r25.gade2d9c
4
pkgrel=1
5
pkgdesc='No Nonsense Neovim Client in Rust (nightly build)'
6
arch=('x86_64')
7
url='https://github.com/neovide/neovide'
8
license=('MIT')
9
options=('!strip')
10
11
depends=(
12
'fontconfig'
13
'gcc-libs'
14
'glibc'
15
'neovim'
16
)
17
18
optdepends=(
19
'libxkbcommon-x11: X11 support'
20
)
21
22
provides=('neovide')
23
conflicts=('neovide')
24
25
source=(
26
'neovide-linux-x86_64.tar.gz::https://github.com/neovide/neovide/releases/download/nightly/neovide-linux-x86_64.tar.gz'
27
'neovide.desktop::https://raw.githubusercontent.com/neovide/neovide/nightly/assets/neovide.desktop'
28
'neovide.svg::https://raw.githubusercontent.com/neovide/neovide/nightly/assets/neovide.svg'
29
'LICENSE::https://raw.githubusercontent.com/neovide/neovide/nightly/LICENSE'
30
)
31
32
sha256sums=('8acc3aca8807e546ae1e49fb6393b0b768b67c132679d25bf59b3c19981326a9'
33
'028fe24eee4a367dfba9cb223725055da327b1c261325cc33049192ca0fdd2f8'
34
'a6870391ded090cc5f24f0cb40a8ffa67930faf109a419753ec25ac0a03177a9'
35
'60c7b5e1d0b3daee2f2a504d622e47ca37f45e61bb2538a2a10e1c5555da1dd7')
36
37
prepare() {
38
tar -xzf neovide-linux-x86_64.tar.gz
39
}
40
41
check() {
42
./neovide --version
43
}
44
45
package() {
46
install -Dm755 neovide \
47
"$pkgdir/usr/bin/neovide"
48
49
install -Dm644 neovide.desktop \
50
"$pkgdir/usr/share/applications/neovide.desktop"
51
52
install -Dm644 neovide.svg \
53
"$pkgdir/usr/share/icons/hicolor/scalable/apps/neovide.svg"
54
55
install -Dm644 LICENSE \
56
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
57
}
58
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-10 19:21:16 | Low | 1 |