# Contributor: Carlo Landmeter # Maintainer: Galen Abell pkgname=riot-web pkgver=1.5.12 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="805cbbab4f82acd540445aaa9ac8e349927281b601df4492ff3950d7f43b2a5da8c2921919f79295dce0e310bfbcebb7e22891aa571b60508fc2cbfe230ecebb riot-v1.5.12.tar.gz"