vicine
LOW
maintainer spaciousejar
0 votes
scanned 2026-09-17 21:26:26.072849
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: spaciousejar <thedarkspacian@proton.me>
2
3
pkgname=vicine
4
pkgver=1.3.0
5
pkgrel=2
6
pkgdesc="Search, stream, and download movies, series and anime from the terminal (POSIX shell)"
7
arch=('any')
8
url="https://github.com/spaciousejar/vicine-cli"
9
license=('GPL-3.0-or-later')
10
depends=('curl' 'jq' 'fzf' 'mpv')
11
optdepends=('vlc: alternative player'
12
'yt-dlp: fast multi-connection downloads'
13
'ffmpeg: fallback downloader when yt-dlp is absent'
14
'rofi: alternative selection menu'
15
'dmenu: alternative selection menu')
16
source=("https://github.com/spaciousejar/vicine-cli/archive/v${pkgver}.tar.gz")
17
sha256sums=('a9970ae16ea83b4c929d1496f23e96a964678779afad0360159cc6b405fd7a91')
18
19
package() {
20
install -Dm755 "vicine-cli-${pkgver}/vicine" "${pkgdir}/usr/bin/vicine"
21
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 21:26:26 | Low | 1 |