blob: a81f51d77ef408663fcbea2903bcc9c20ec41e74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = modbus-sma
pkgdesc = C++ library for accessing the the modbus interface of SMA inverters
pkgver = 1.0.0
pkgrel = 3
url = https://github.com/mensinda/modbusSMA
arch = x86_64
license = Apache
makedepends = meson
makedepends = ninja
depends = libmodbus
depends = sqlite
source = https://github.com/mensinda/modbusSMA/releases/download/v1.0.0/modbusSMA-src-v1.0.0.tar.gz
sha256sums = 1a1170f7c9db766289f304cab8e65c5421a720fd9ed7fab6ea4f7785625d90fc
pkgname = modbus-sma
|