snap/snapcraft.yaml
changeset 82 90da520cbaa5
parent 81 a95b2fa896e9
child 86 3564991cd359
--- a/snap/snapcraft.yaml	Sat Aug 06 16:39:37 2022 +0200
+++ b/snap/snapcraft.yaml	Wed Aug 10 16:06:06 2022 +0200
@@ -95,6 +95,17 @@
       autoreconf -i && ./configure && make
       cp -a $SNAPCRAFT_PART_BUILD $SNAPCRAFT_PART_INSTALL/matiec
 
+  modbus:
+    plugin: nil
+    source: Modbus
+    source-type: local
+    build-packages:
+      - build-essential
+      - automake
+    override-build: |
+      make
+      cp -a $SNAPCRAFT_PART_BUILD $SNAPCRAFT_PART_INSTALL/Modbus
+
   open62541:
     plugin: nil
     source: open62541