synemar

LOW
maintainer 0xRavenBlack 0 votes scanned 2026-08-29 21:40:42.320390
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: Mike Ravenblack <0xRavenBlack@github>
2pkgname=synemar
3pkgver=0.2.0
4pkgrel=1
5pkgdesc="Fullscreen music visualizer with waveform + spectrum animation, custom background videos and colors."
6arch=('x86_64')
7url="https://github.com/0xRavenBlack/synemar"
8license=('MIT')
9depends=('ffmpeg' 'hicolor-icon-theme')
10options=('!strip')
11source=(
12 "synemar_standalone.tar.gz::https://github.com/0xRavenBlack/synemar/releases/download/v$pkgver/synemar_standalone.tar.gz"
13 "$pkgname.desktop::https://github.com/0xRavenBlack/synemar/raw/v$pkgver/packaging/linux/$pkgname.desktop"
14 "app.svg::https://github.com/0xRavenBlack/synemar/raw/v$pkgver/app.svg"
15)
16sha256sums=(
17 'bd3ed6a2ddca662e07eae0bcd6d9238aee5de36d0fb49486394e99aa1a377a6d'
18 '51f19dac3360995275e7f23ee311c873c4ba2ad7a2dd74f408dddd5b656e5f4d'
19 '5b60259f69de112dcde62ded6b25216c11895e40f05015d06397b1dc614732c2'
20)
21
22package() {
23 install -dm755 "$pkgdir/opt/Synemar"
24 tar -xzf "$srcdir/synemar_standalone.tar.gz" -C "$pkgdir/opt/Synemar"
25 install -Dm644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
26 install -Dm644 "$srcdir/app.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg"
27 install -dm755 "$pkgdir/usr/bin"
28 ln -s ../opt/Synemar/$pkgname "$pkgdir/usr/bin/$pkgname"
29}

Scan history

Scanned at (UTC)SeverityRules
2026-08-29 21:40:42 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