blob: a65f276ac79d8d8f38430253d6984afac89b7f25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = modbus-tcp-client-shm
pkgdesc = modbus tcp client that stores its data (registers) in shared memory
pkgver = 1.6.3
pkgrel = 1
url = https://github.com/SHMModbus/modbus_tcp_client_shm
arch = x86_64
arch = aarch64
license = GPL-3.0-only
makedepends = cmake
makedepends = git
makedepends = cxxopts
makedepends = cxxshm
makedepends = cxxsemaphore
makedepends = libmodbus
depends = cxxshm
depends = cxxsemaphore
depends = libmodbus
source = git+https://github.com/SHMModbus/modbus_tcp_client_shm.git#tag=v1.6.3
sha256sums = SKIP
pkgname = modbus-tcp-client-shm
|