# Maintainer: Michael Clayfield pkgname=alerta-webui pkgver=7.4.3 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=('966777f77414be54c3728c06122a305c3bc68d69b3857d194ec8bb5c9fec371b') package() { mkdir -p "${pkgdir}/usr/share/webapps/${pkgname}" cp -r dist/* "${pkgdir}/usr/share/webapps/${pkgname}" }