blob: 706b254d75a0b24a424893c9d40347da820ac6ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = stdin-to-modbus-shm
pkgdesc = Read instructions from stdin and write them to a modbus shared memory
pkgver = 1.5.0
pkgrel = 2
url = https://github.com/SHMModbus/stdin_to_modbus_shm
arch = x86_64
arch = aarch64
license = GPL-3.0-only
makedepends = cmake
makedepends = git
makedepends = cxxopts
makedepends = cxxshm
makedepends = cxxsemaphore
depends = cxxshm
depends = cxxsemaphore
source = git+https://github.com/SHMModbus/stdin_to_modbus_shm#tag=v1.5.0
sha256sums = SKIP
pkgname = stdin-to-modbus-shm
|