summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d2457bc0363c399f1356bc3506eea15a96179811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Michael Clayfield <me@michaelclayfield.com>
pkgname=alerta-webui
pkgver=7.4.5
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=('44f818122979c2f0747268379180e004e20050dd62c26af3329bbb57eb2eba5b')

package() {
	mkdir -p "${pkgdir}/usr/share/webapps/${pkgname}"
	cp -r dist/* "${pkgdir}/usr/share/webapps/${pkgname}"
}