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