Added & fixed build files

This commit is contained in:
patvdv
2019-03-27 15:08:36 +01:00
parent 1609763a9d
commit 54e9631001
23 changed files with 576 additions and 28 deletions
+20
View File
@@ -0,0 +1,20 @@
_pkgname="check_health"
pkgname="hc-display-csv"
pkgver="%BUILD_DATE%"
pkgrel=1
pkgdesc="The KUDOS Health Checker (HC) for UNIX (CSV display core plugin)"
arch=("any")
url="https://github.com/patvdv/${_pkgname}"
license=('GPL3')
makedepends=('git')
depends=('hc-linux')
source=("${_pkgname}::git+${url}.git#branch=master")
install=".install"
sha256sums=('SKIP')
package() {
cd "${srcdir}/${_pkgname}"
install -d -m 755 ${pkgdir}/opt/hc/lib
install -d -m 755 ${pkgdir}/opt/hc/lib/core
install -d -m 755 opt/hc/lib/core/display_csv.sh ${pkgdir}/opt/hc/lib/core/display_csv.sh
}