This repository has been archived on 2024-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
package/webapp/PKGBUILD
2020-08-02 23:44:45 +02:00

18 lines
540 B
Bash

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