fooyin-plugin-vgmstream-git
LOW
maintainer ludouzi
0 votes
scanned 2026-09-22 15:38:25.654840
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: Luke Taylor <luket@pm.me>
2
3
pkgname=fooyin-plugin-vgmstream-git
4
pkgver=1.0.3.r0.g6d47871
5
pkgrel=1
6
pkgdesc="A vgmstream input plugin for fooyin"
7
url="https://github.com/fooyin/fooyin-plugin-vgmstream"
8
arch=(x86_64)
9
license=(GPL-3.0-or-later)
10
depends=(
11
fooyin
12
vgmstream-git
13
)
14
makedepends=(
15
cmake
16
git
17
ninja
18
)
19
source=(
20
"$pkgname"::"git+https://github.com/fooyin/fooyin-plugin-vgmstream.git"
21
)
22
sha256sums=('SKIP')
23
24
pkgver() {
25
cd "$pkgname"
26
git describe --long --tags --abbrev=7 --exclude='*[a-zA-Z][a-zA-Z]*' \
27
| sed -E 's/^[^0-9]*//;s/([^-]*-g)/r\1/;s/-/./g'
28
}
29
30
build() {
31
local cmake_options=(
32
-B build
33
-S "$pkgname"
34
-W no-author
35
-G Ninja
36
-D CMAKE_BUILD_TYPE=None
37
-D CMAKE_INSTALL_PREFIX=/usr
38
)
39
40
cmake "${cmake_options[@]}"
41
cmake --build build
42
}
43
44
package() {
45
DESTDIR="$pkgdir" cmake --install build
46
}
47
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-22 15:38:25 | Low | 1 |