mpv-jamak
LOW
maintainer swiftscythe
0 votes
scanned 2026-08-23 23:21:41.878877
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: Adrià Arrufat <swiftscythe at gmail dot com>
2
pkgname=mpv-jamak
3
pkgver=0.2.0
4
pkgrel=1
5
pkgdesc='Interactive OpenSubtitles downloader for mpv in pure Lua'
6
arch=('any')
7
url='https://github.com/arrufat/mpv-jamak'
8
license=('MIT')
9
depends=('mpv' 'curl')
10
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
11
sha256sums=('c8f465d0584c4c0e31cd1ea48fb7a69485e0579124496d00e2943c1854664594')
12
13
package() {
14
cd "$pkgname-$pkgver"
15
install -Dm644 main.lua "$pkgdir/etc/mpv/scripts/jamak/main.lua"
16
install -Dm644 jamak.conf.example -t "$pkgdir/usr/share/doc/$pkgname"
17
install -Dm644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
18
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
19
}
20
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 23:21:41 | Low | 1 |
| 2026-08-23 21:21:38 | Low | 1 |