blob: 34b62053be846e8ff70514733c1cc7b9d7ecc94b (
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
|
pkgbase = klipper-git
pkgdesc = 3D printer firmware with motion planning on the host
pkgver = r2786.c36fe76d
pkgrel = 1
url = https://github.com/KevinOConnor/klipper
arch = x86_64
arch = i686
arch = arm
arch = armv6h
arch = armv7h
arch = aarch64
license = GPLv3
makedepends = git
depends = python2-cffi
depends = python2-pyserial
depends = python2-greenlet
depends = python2-jinja
depends = ncurses
depends = libusb
depends = avrdude
depends = avr-gcc
depends = avr-binutils
depends = avr-libc
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 = f2f72237af98e80fe8fdb6332f089261
md5sums = 61912d101dc7c68c7314882b80621454
md5sums = dd799b9d55045d950d407740d4a9a5c5
optdepends_x86_64 = arm-none-eabi-gcc: for ARM MCU firmware compilation
optdepends_x86_64 = arm-none-eabi-newlib: for ARM MCU firmware compilation
optdepends_x86_64 = stm32flash: for flashing firmware on STM MCU
pkgname = klipper-git
|