# Maintainer: Michael Clayfield pkgname=alerta-webui pkgver=8.4.1 pkgrel=1 pkgdesc="A web interface for Alerta" arch=('any') url="https://github.com/alerta/alerta-webui" license=('APACHE') source=("https://github.com/alerta/alerta-webui/releases/download/v${pkgver}/${pkgname}.tar.gz") sha256sums=('7d4617cc4460cabef7ecf94e58410c036953161e29312f62e4c22ab317b5cdcf') package() { mkdir -p "${pkgdir}/usr/share/webapps/${pkgname}" cp -r dist/* "${pkgdir}/usr/share/webapps/${pkgname}" }