blob: 770c18ec9211cf350521192724fc2fa8fbfbaea5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
pkgbase = klipper-git
pkgdesc = 3D printer firmware with motion planning on the host
pkgver = r4940.e2d7c5981
pkgrel = 1
url = https://www.klipper3d.org/
install = klipper.install
arch = x86_64
arch = i686
arch = arm
arch = armv6h
arch = armv7h
arch = aarch64
license = GPL3
makedepends = git
depends = python-cffi
depends = python-pyserial
depends = python-greenlet
depends = python-jinja
depends = python-can
depends = libusb
optdepends = ncurses: for choosing compilation config
optdepends = avrdude: for flashing firmware on AVR MCU
optdepends = stm32flash: for flashing firmware on STM MCU
optdepends = avr-gcc: for AVR MCU firmware compilation
optdepends = avr-binutils: for AVR MCU firmware compilation
optdepends = avr-libc: for AVR MCU firmware compilation
optdepends = python-numpy: for resonance measurement
optdepends = python-matplotlib: for resonance measurement
optdepends = dfu-util: for flashing firmware on STM32 MCUs
provides = klipper
conflicts = klipper
backup = etc/klipper/klipper.cfg
backup = usr/lib/klipper/.config
source = klipper::git+https://github.com/Klipper3d/klipper
source = klipper.service
source = sysusers.conf
source = tmpfiles.conf
md5sums = SKIP
md5sums = 4ccfb9669d304b99146b92a4912ae1fd
md5sums = cf3715af9f53cc1660e412abe3697342
md5sums = d707e8986ed6cf189461f03bdaf365aa
optdepends_x86_64 = arm-none-eabi-newlib: for ARM MCU firmware compilation
optdepends_x86_64 = arm-none-eabi-gcc: for ARM MCU firmware compilation
optdepends_x86_64 = arm-none-eabi-binutils: for ARM MCU firmware compilation
pkgname = klipper-git
|