1 # Maintainer: Maxime Gauduin <alucryd@archlinux.org>
6 pkgdesc='A free and open-source Klipper web interface for managing your 3d printer'
8 url=https://docs.fluidd.xyz/
15 optdepends=('ustreamer: webcam streaming support')
16 _tag=41d3e1866ed0b147ab5fec9783964987b5f3edbb
17 source=(git+https://github.com/fluidd-core/fluidd.git#tag=${_tag})
18 validpgpkeys=(4C717BDC0E452F5B13490409AB4C64C58BA9C3ED) # Pedro Lamas <pedrolamas@gmail.com>
23 git describe --tags | sed 's/^v//'
28 npm install --frozen-lockfile
33 install -dm 755 "${pkgdir}"/usr/share/webapps
34 cp -dr --no-preserve=ownership fluidd/dist "${pkgdir}"/usr/share/webapps/fluidd