luvus-bin
LOW
maintainer czyt
0 votes
scanned 2026-08-25 07:25:49.757666
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>
2
pkgname=luvus-bin
3
pkgver=0.12.0
4
pkgrel=2
5
pkgdesc="Mission control for your AI coding agents"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/RizRiyz/luvus"
8
license=('AGPL-3.0-or-later')
9
provides=('luvus')
10
conflicts=('luvus')
11
options=('!strip')
12
13
source_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
)
16
source_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
)
19
sha256sums_x86_64=('2870a1f9386d2e10aecc4e9e5149951eb374c4fd9fb723c1539b154034b2afd2')
20
sha256sums_aarch64=('1e72ee8c4273b82ef48b9a6535c5f819d9ade6c208bf8d67bb4f15b91c3b4af1')
21
22
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-25 07:25:49 | Low | 1 |