File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -465,3 +465,5 @@ modules.order
465
465
Module.symvers
466
466
Mkfile.old
467
467
dkms.conf
468
+
469
+ ! network.koesling.modbus_tcp_client_shm.yml
Original file line number Diff line number Diff line change
1
+ id : network.koesling.modbus_tcp_client_shm
2
+ runtime : org.freedesktop.Platform
3
+ runtime-version : ' 21.08'
4
+ sdk : org.freedesktop.Sdk
5
+ command : Modbus_TCP_client_shm
6
+ finish-args :
7
+ - --device=shm
8
+ - --share=network
9
+ modules :
10
+ - name : Modbus_TCP_client_shm
11
+ buildsystem : simple
12
+ build-commands :
13
+ # build
14
+ - mkdir build
15
+ - cmake -B build . -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=OFF -DCOMPILER_WARNINGS=OFF
16
+ - cmake --build build
17
+
18
+ # install
19
+ - mkdir -p "${FLATPAK_DEST}/bin"
20
+ - cp build/Modbus_TCP_client_shm ${FLATPAK_DEST}/bin
21
+ - ls -lah ${FLATPAK_DEST}
22
+ sources :
23
+ - type : git
24
+ branch : release
25
+ url : https://github.com/NikolasK-source/modbus_tcp_client_shm.git
26
+
You can’t perform that action at this time.
0 commit comments