fooyin-plugin-midi-git

LOW
maintainer Vo1dTear 0 votes scanned 2026-09-07 09:14:05.297877
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: Vo1dTear <vo1dtear.01@gmail.com>
2
3pkgname=fooyin-plugin-midi-git
4pkgver=r1.aef1c6c
5pkgrel=1
6pkgdesc='A MIDI input plugin for fooyin'
7arch=('x86_64')
8url='https://github.com/Vo1dTear/fooyin-plugin-midi'
9license=('GPL-3.0-or-later')
10
11depends=('fooyin' 'libspessasynth-git')
12makedepends=('git' 'cmake')
13
14source=("$pkgname::git+$url.git")
15sha256sums=('SKIP')
16
17pkgver() {
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
25build() {
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
34package() {
35 DESTDIR="$pkgdir" cmake --install build
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-09-07 09:14:05 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