fooyin-plugin-midi-git
LOW
maintainer Vo1dTear
0 votes
scanned 2026-09-07 09:14:05.297877
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: Vo1dTear <vo1dtear.01@gmail.com>
2
3
pkgname=fooyin-plugin-midi-git
4
pkgver=r1.aef1c6c
5
pkgrel=1
6
pkgdesc='A MIDI input plugin for fooyin'
7
arch=('x86_64')
8
url='https://github.com/Vo1dTear/fooyin-plugin-midi'
9
license=('GPL-3.0-or-later')
10
11
depends=('fooyin' 'libspessasynth-git')
12
makedepends=('git' 'cmake')
13
14
source=("$pkgname::git+$url.git")
15
sha256sums=('SKIP')
16
17
pkgver() {
18
cd "$srcdir/$pkgname"
19
20
printf 'r%s.%s\n' \
21
"$(git rev-list --count HEAD)" \
22
"$(git rev-parse --short HEAD)"
23
}
24
25
build() {
26
cmake -B build \
27
-S "$srcdir/$pkgname" \
28
-DCMAKE_BUILD_TYPE=Release \
29
-DCMAKE_INSTALL_PREFIX=/usr
30
31
cmake --build build
32
}
33
34
package() {
35
DESTDIR="$pkgdir" cmake --install build
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-07 09:14:05 | Low | 1 |