🎉 Added element-web

This commit is contained in:
Edgar 2022-02-22 16:25:37 +01:00
parent 93eb4cbe67
commit ba42f6cf06
No known key found for this signature in database
GPG Key ID: 17D930BB616061A5

17
element-web/PKGBUILD Normal file
View File

@ -0,0 +1,17 @@
# Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
pkgname=element-web
pkgver=1.10.4
pkgrel=1
pkgdesc="A glossy Matrix collaboration client for the web"
arch=('any')
url="https://github.com/vector-im/element-web/"
license=('Apache-2')
source=("${url}/releases/download/v${pkgver}/element-v${pkgver}.tar.gz")
sha512sums=('SKIP')
package() {
cd element-v${pkgver}
mkdir -p "${pkgdir}/var/www/element/"
cp -rvf . "${pkgdir}/var/www/element/"
}