fooyin-plugin-vgmstream-git

LOW
maintainer ludouzi 0 votes scanned 2026-09-22 15:38:25.654840
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: Luke Taylor <luket@pm.me>
2
3pkgname=fooyin-plugin-vgmstream-git
4pkgver=1.0.3.r0.g6d47871
5pkgrel=1
6pkgdesc="A vgmstream input plugin for fooyin"
7url="https://github.com/fooyin/fooyin-plugin-vgmstream"
8arch=(x86_64)
9license=(GPL-3.0-or-later)
10depends=(
11 fooyin
12 vgmstream-git
13)
14makedepends=(
15 cmake
16 git
17 ninja
18)
19source=(
20 "$pkgname"::"git+https://github.com/fooyin/fooyin-plugin-vgmstream.git"
21)
22sha256sums=('SKIP')
23
24pkgver() {
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
30build() {
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
44package() {
45 DESTDIR="$pkgdir" cmake --install build
46}
47

Scan history

Scanned at (UTC)SeverityRules
2026-09-22 15:38:25 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