[arch-commits] Commit in (fluidd fluidd/trunk fluidd/trunk/PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Jun 15 09:45:49 UTC 2022


    Date: Wednesday, June 15, 2022 @ 09:45:49
  Author: alucryd
Revision: 1238022

add fluidd

Added:
  fluidd/
  fluidd/trunk/
  fluidd/trunk/PKGBUILD

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Added: fluidd/trunk/PKGBUILD
===================================================================
--- fluidd/trunk/PKGBUILD	                        (rev 0)
+++ fluidd/trunk/PKGBUILD	2022-06-15 09:45:49 UTC (rev 1238022)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=fluidd
+pkgver=1.18.2
+pkgrel=1
+pkgdesc='A free and open-source Klipper web interface for managing your 3d printer'
+arch=(any)
+url=https://docs.fluidd.xyz/
+license=(GPL3)
+makedepends=(
+  git
+  nodejs-lts-gallium
+  npm
+)
+optdepends=('ustreamer: webcam streaming support')
+_tag=e3b763e715ae96df54c758a448293f97eadc990a
+source=(git+https://github.com/fluidd-core/fluidd.git?signed#tag=${_tag})
+validpgpkeys=(4C717BDC0E452F5B13490409AB4C64C58BA9C3ED) # Pedro Lamas <pedrolamas at gmail.com>
+b2sums=('SKIP')
+
+build() {
+  cd fluidd
+  npm install --frozen-lockfile
+  npx vue-cli-service build
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/share/webapps
+  cp -dr --no-preserve=ownership fluidd/dist "${pkgdir}"/usr/share/webapps/fluidd
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list