aboutsummaryrefslogtreecommitdiffstats
path: root/community/riot-web/APKBUILD
blob: 691103ba80c3c889472313f23a9466d92a69bc6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
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"