blob: f7aa8be1bf27d841183aacfb501878f9b447e5bc (
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
47
48
|
pkgbase = ender3-v3-se-klipper-with-display-git
pkgdesc = 3D printer firmware with motion planning on the host. Fork for Ender 3 V3 SE + screen support.
pkgver = r5834.94a5d37f
pkgrel = 1
url = https://github.com/jpcurti/ender3-v3-se-klipper-with-display
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/jpcurti/ender3-v3-se-klipper-with-display
source = use-system-wide-python-in-flash-sdcard.sh.patch
source = klipper.service
source = sysusers.conf
source = tmpfiles.conf
md5sums = SKIP
md5sums = 6804cf8a81091a5c43d8985e4791582f
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 = ender3-v3-se-klipper-with-display-git
|