blob: 83dcadf05f88e6762c44d3c593da69cd8548eb9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = shm-format
pkgdesc = Read values with specified data type from shared memory.
pkgver = 2.0.1
pkgrel = 1
url = https://github.com/SHMModbus/shm_format
arch = x86_64
arch = aarch64
license = GPL-3.0-only
makedepends = cmake
makedepends = git
makedepends = cxxopts
makedepends = cxxshm
makedepends = cxxsemaphore
makedepends = nlohmann-json
depends = cxxshm
depends = cxxsemaphore
depends = nlohmann-json
source = git+https://github.com/SHMModbus/shm_format.git#tag=v2.0.1
sha256sums = SKIP
pkgname = shm-format
|