luvus-bin

LOW
maintainer czyt 0 votes scanned 2026-08-25 07:25:49.757666
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: czyt <czytcn@gmail.com>
2pkgname=luvus-bin
3pkgver=0.12.0
4pkgrel=2
5pkgdesc="Mission control for your AI coding agents"
6arch=('x86_64' 'aarch64')
7url="https://github.com/RizRiyz/luvus"
8license=('AGPL-3.0-or-later')
9provides=('luvus')
10conflicts=('luvus')
11options=('!strip')
12
13source_x86_64=(
14 "luvus-${pkgver}-x86_64.tar.gz::https://github.com/RizRiyz/luvus/releases/download/v${pkgver}/luvus-v${pkgver}-x86_64-unknown-linux-musl.tar.gz"
15)
16source_aarch64=(
17 "luvus-${pkgver}-aarch64.tar.gz::https://github.com/RizRiyz/luvus/releases/download/v${pkgver}/luvus-v${pkgver}-aarch64-unknown-linux-musl.tar.gz"
18)
19sha256sums_x86_64=('2870a1f9386d2e10aecc4e9e5149951eb374c4fd9fb723c1539b154034b2afd2')
20sha256sums_aarch64=('1e72ee8c4273b82ef48b9a6535c5f819d9ade6c208bf8d67bb4f15b91c3b4af1')
21
22package() {
23 local _archive="${srcdir}/luvus-${pkgver}-${CARCH}.tar.gz"
24 install -dm755 "${pkgdir}/usr/bin"
25 bsdtar -xOf "${_archive}" luvus > "${pkgdir}/usr/bin/luvus"
26 chmod 755 "${pkgdir}/usr/bin/luvus"
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-08-25 07:25:49 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