18 lines
532 B
Bash
18 lines
532 B
Bash
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
|
|
pkgname=emgauwa-webapp
|
|
pkgver=0.0.2
|
|
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/46404330-fe04-4162-b376-6cf8e7a1784e")
|
|
sha256sums=('468051fb8bf49b93357db8c110b16d7c4bc7257daf6f38d52a93d32406103712')
|
|
|
|
package() {
|
|
# install project
|
|
install -d "$pkgdir/usr/share/webapps/"
|
|
cp -R "$srcdir"/mgauwa "$pkgdir/usr/share/webapps/emgauwa"
|
|
}
|