summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ae4fa4427ef6
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,11 @@
+# Maintainer: Wojciech Zygmuntowicz <wzygmuntowicz.zygmuntowicz@gmail.com>
+pkgname=cutehmi-external-meta
+pkgver=alpha
+pkgrel=1
+pkgdesc="External (neither Qt nor CuteHMI) libraries necessary to build and run CuteHMI"
+arch=('any')
+url="https://github.com/michpolicht/cutehmi"
+license=('MPL')
+groups=(cutehmi)
+depends=(libmodbus-dev=3.1.4 libssh postgresql-libs)
+optdepends=(postgresql openssh)