summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWojtek Zygmuntowicz2018-07-11 20:09:12 +0200
committerWojtek Zygmuntowicz2018-07-11 20:09:12 +0200
commitecb26d72ed7fb0d81913c11e3e49d1cf6cb609cd (patch)
treecb6012a1b96db87fb55fa58d65ed93c2ddc4ed91 /PKGBUILD
downloadaur-cutehmi-external-meta.tar.gz
Create PKGBUILD and .SRCINFO.
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)