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