kalico-venv

LOW
maintainer synthead 0 votes scanned 2026-08-26 09:30:02.614524
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: 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
7pkgname=kalico-venv
8_pkgname=kalico
9pkgver=2026.08.00
10pkgrel=1
11pkgdesc="Klipper, but Limitless"
12arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
13url="https://kalico.gg"
14license=('GPL3')
15depends=('python' 'libusb')
16optdepends=(
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)
25optdepends_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)
30provides=('kalico')
31conflicts=('kalico' 'kalico-git' 'kalico-venv-git')
32source=(
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)
38md5sums=(
39 'b33007a337d69f0aaa5e82f29ccf8620'
40 'eb9db23ddb047813f5c92b7b64fd242c'
41 '18074e35a16bf065d12ca10f7b0d5f3c'
42 '7a00293052c04fba501441380c6bb817'
43)
44
45build() {
46 cd "$srcdir/$_pkgname-$pkgver"
47
48 python -m compileall klippy
49 python klippy/chelper/__init__.py
50}
51
52package() {
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)SeverityRules
2026-08-26 09:30:02 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