kalico-venv
LOW
maintainer synthead
0 votes
scanned 2026-08-26 09:30:02.614524
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: Maxwell Pray <synthead@gmail.com>
2
# Contributor: Darrell Enns <darrell at darrellenns dot com>
3
# Contributor: qubidt <qubidt at gmail dot com>
4
# Contributor: loredan13
5
# Contributor: lf <packages at lfcode dot ca>
6
7
pkgname=kalico-venv
8
_pkgname=kalico
9
pkgver=2026.08.00
10
pkgrel=1
11
pkgdesc="Klipper, but Limitless"
12
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
13
url="https://kalico.gg"
14
license=('GPL3')
15
depends=('python' 'libusb')
16
optdepends=(
17
'avr-binutils: for AVR MCU firmware compilation'
18
'avr-gcc: for AVR MCU firmware compilation'
19
'avr-libc: for AVR MCU firmware compilation'
20
'avrdude: for flashing firmware on AVR MCU'
21
'dfu-util: for flashing firmware on STM32 MCUs'
22
'ncurses: for choosing compilation config'
23
'stm32flash: for flashing firmware on STM MCU'
24
)
25
optdepends_x86_64=(
26
'arm-none-eabi-binutils: for ARM MCU firmware compilation'
27
'arm-none-eabi-gcc: for ARM MCU firmware compilation'
28
'arm-none-eabi-newlib: for ARM MCU firmware compilation'
29
)
30
provides=('kalico')
31
conflicts=('kalico' 'kalico-git' 'kalico-venv-git')
32
source=(
33
"https://github.com/KalicoCrew/kalico/archive/refs/tags/v$pkgver.tar.gz"
34
'kalico.service'
35
'sysusers.d-kalico.conf'
36
'tmpfiles.d-kalico.conf'
37
)
38
md5sums=(
39
'b33007a337d69f0aaa5e82f29ccf8620'
40
'eb9db23ddb047813f5c92b7b64fd242c'
41
'18074e35a16bf065d12ca10f7b0d5f3c'
42
'7a00293052c04fba501441380c6bb817'
43
)
44
45
build() {
46
cd "$srcdir/$_pkgname-$pkgver"
47
48
python -m compileall klippy
49
python klippy/chelper/__init__.py
50
}
51
52
package() {
53
cd "$srcdir/$_pkgname-$pkgver"
54
55
mkdir -p "$pkgdir/usr/share/$_pkgname"
56
cp -r Makefile docs config klippy scripts lib src "$pkgdir/usr/share/$_pkgname"
57
58
python scripts/make_version.py archlinux > "$pkgdir/usr/share/$_pkgname/klippy/.version"
59
60
install -Dm 644 "$srcdir/kalico.service" "$pkgdir/usr/lib/systemd/system/$_pkgname.service"
61
install -Dm 644 "$srcdir/sysusers.d-kalico.conf" "$pkgdir/usr/lib/sysusers.d/$_pkgname.conf"
62
install -Dm 644 "$srcdir/tmpfiles.d-kalico.conf" "$pkgdir/usr/lib/tmpfiles.d/$_pkgname.conf"
63
}
64
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 09:30:02 | Low | 1 |