18 lines
540 B
Bash
18 lines
540 B
Bash
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
|
|
pkgname=emgauwa-webapp
|
|
pkgver=0.0.7
|
|
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/emgauwa/client/releases/download/v$pkgver/emgauwa.tar.gz")
|
|
sha256sums=('fc2b911c7e23f2713bc1105874e1bf0fce23f26befd2fb7d3174e0a288399fa1')
|
|
|
|
package() {
|
|
# install project
|
|
install -d "$pkgdir/usr/share/webapps/"
|
|
cp -R "$srcdir"/mgauwa "$pkgdir/usr/share/webapps/emgauwa"
|
|
}
|