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