blob: b0c694b328fc2a18a135795f009bc4a897e4e9e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
pkgbase = modbustools
pkgdesc = ModbusTools are cross-platform Modbus simulator tools with GUI to work with Modbus protocol (TCP,RTU,ASCII)
pkgver = 0.5.0
pkgrel = 2
url = https://github.com/serhmarch/ModbusTools
arch = x86_64
license = GPL-3.0-only
makedepends = cmake
makedepends = ninja
makedepends = git
makedepends = doxygen
makedepends = graphviz
makedepends = imagemagick
depends = glibc
depends = libgcc
depends = libstdc++
depends = hicolor-icon-theme
depends = qt5-base
depends = qt5-tools
depends = python
depends = python-pyqt5
provides = modbustools
conflicts = modbustools
source = modbustools::git+https://github.com/serhmarch/ModbusTools.git#tag=v0.5.0
source = modbus::git+https://github.com/serhmarch/ModbusLib.git
sha256sums = cbb2e7c250e7e90ae0de650d33906f4340ad5d8d47ee1a56bb9eceaf63c69155
sha256sums = SKIP
pkgname = modbustools
|