add: client

This commit is contained in:
Tobias Reisinger 2020-07-02 00:21:36 +02:00
parent 5f9583bd08
commit a83941fb88
2 changed files with 20 additions and 2 deletions
client

18
client/PKGBUILD Normal file
View file

@ -0,0 +1,18 @@
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
pkgname=emgauwa-frontend
pkgver=0.0.1
pkgrel=1
epoch=
pkgdesc=""
arch=('any')
url="https://git.serguzim.me/emgauwa/client"
license=('unknown')
groups=()
source=("$pkgname-$pkgver.tar.gz::https://git.serguzim.me/attachments/13f09a2c-6028-4364-9550-5b9244c5842a")
sha256sums=('23c78e1351f8aedacdbba49ec9cb4297843b86d9934e0c3b218b428c7e770016')
package() {
# install project
install -d "$pkgdir/usr/share/webapps/"
cp -R "$srcdir"/mgauwa "$pkgdir/usr/share/webapps/emgauwa"
}