# Contributor: Carlo Landmeter # Maintainer: Carlo Landmeter pkgname=riot-web pkgver=0.13.3 pkgrel=0 pkgdesc="A glossy Matrix collaboration client for the web" url="http://riot.im/" arch="noarch" options="!check" license="Apache-2.0" source="https://github.com/vector-im/riot-web/releases/download/v$pkgver/riot-v$pkgver.tar.gz" builddir="$srcdir/riot-v$pkgver" build() { return 0 } package() { mkdir -p "$pkgdir"/usr/share/webapps \ "$pkgdir"/etc/riot-web cp -r "$builddir" "$pkgdir"/usr/share/webapps/riot-web mv "$pkgdir"/usr/share/webapps/riot-web/config.sample.json \ "$pkgdir"/etc/riot-web ln -sf /etc/riot-web/config.json \ "$pkgdir"/usr/share/webapps/riot-web/config.json } sha512sums="0768abd23022885cb95de832f1eb923282cf6e49821781b0414133612057b86fe3b0b721321ee6e13e98c816d4ec4a6d69c623ea639f41fb20a81f911a712798 riot-v0.13.3.tar.gz"