aika

LOW
maintainer aperez 0 votes scanned 2026-08-31 15:45:42.143005
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: Adrian Perez de Castro <aperez@igalia.com>
2pkgname=aika
3pkgdesc='Fast and efficient command line audio player'
4pkgver=0.0.4
5pkgrel=1
6arch=(x86_64)
7license=(AGPL-3.0-or-later)
8url=https://fossil.cyberia9.org/aika
9source=("$url/uv/$pkgname-$pkgver.tar.bz2")
10sha256sums=('3d7a74902e19461f8af0c4c0375f4972f57bffc36f75b64bcf02e4c175217c97')
11depends=(
12 libao
13 libxmp
14 mpg123
15 opus
16 slang
17 wavpack
18 zeromq
19 zlib
20 zstd
21)
22makedepends=(
23 asciidoc
24 fossil
25 fpc
26 rake
27)
28
29export USER=nobody
30
31build () {
32 cd "$pkgname-$pkgver"
33 ./configure.rb --prefix=/usr --plugindir=lib/aika/plugins --mandir=share/man
34 FPC_OPTS='-CpCOREAVX2 -CfSSE64' \
35 NO_FOSSIL_NET=1 rake usevendored
36 NO_FOSSIL_NET=1 rake release
37}
38
39package () {
40 cd "$pkgname-$pkgver"
41 rake install DESTDIR="$pkgdir"
42}
43

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 15:45: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