diff -r a95b2fa896e9 -r 90da520cbaa5 snap/snapcraft.yaml --- 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