blob: a29cb21d37eb71cdddc980addf6da55e8a252c46 (
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
|
pkgbase = klipper-git
pkgdesc = 3D printer firmware with motion planning on the host
pkgver = r3853.338bc82d0
pkgrel = 1
url = https://github.com/KevinOConnor/klipper
arch = x86_64
arch = i686
arch = arm
arch = armv6h
arch = armv7h
arch = aarch64
license = GPL3
makedepends = git
depends = python2-cffi
depends = python2-pyserial
depends = python2-greenlet
depends = python2-jinja
depends = python2-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 = python2-numpy: for resonance measurement
optdepends = python2-matplotlib: for resonance measurement
provides = klipper
conflicts = klipper
source = git+https://github.com/KevinOConnor/klipper#branch=master
source = klipper.service
source = sysusers.conf
source = tmpfiles.conf
md5sums = SKIP
md5sums = ab5efd8e525d971b482a0fee94a7e7ff
md5sums = 61912d101dc7c68c7314882b80621454
md5sums = dd799b9d55045d950d407740d4a9a5c5
optdepends_x86_64 = arm-none-eabi-gcc: for ARM MCU firmware compilation
optdepends_x86_64 = arm-none-eabi-binutils
optdepends_x86_64 = arm-none-eabi-newlib: for ARM MCU firmware compilation
pkgname = klipper-git
|