summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD11
2 files changed, 27 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..9f84bcf4a9e8
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = cutehmi-external-meta
+ pkgdesc = External (neither Qt nor CuteHMI) libraries necessary to build and run CuteHMI
+ pkgver = alpha
+ pkgrel = 1
+ url = https://github.com/michpolicht/cutehmi
+ arch = any
+ groups = cutehmi
+ license = MPL
+ depends = libmodbus-dev=3.1.4
+ depends = libssh
+ depends = postgresql-libs
+ optdepends = postgresql
+ optdepends = openssh
+
+pkgname = cutehmi-external-meta
+
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)